|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Platform_1_0
| Method Summary | |
|---|---|
String |
getImplementationTitle()
Return the title of this application server. |
String |
getImplementationVendor()
Returns the name of the organization, vendor or company that provided this implementation. |
String |
getImplementationVersion()
Return the version of this implementation. |
String |
getMapping(VersionNumber before,
int exactComponents,
VersionNumber since)
Get the implementation mapping. |
String |
getName()
Return the name of the platform not including its version. |
String |
getSpecificationTitle()
Return the title of the specification that this application server implements. |
String |
getSpecificationVendor()
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this application server. |
String |
getSpecificationVersion()
Returns the version number of the specification that this application server implements. |
| Method Detail |
|---|
String getName()
String getSpecificationTitle()
String getSpecificationVersion()
String getSpecificationVendor()
String getImplementationTitle()
String getImplementationVersion()
String getImplementationVendor()
String getMapping(VersionNumber before,
int exactComponents,
VersionNumber since)
getImplementationMapping(
new VersionNumber("1.3"),
2,
new VersionNumber("1.4")
) for example returns the following values depending in the
Java Runtime Environment
before - Versions up to but not including before are mapped
to family + ".before" + before unless
before is nullexact - Version from before to but not including
since are mapped to
family + ".only" + partialVersion where partialVersion
includes the number of components specified by the argument exact.since - Versions from since on are mapped to
family + ".since" + since unless
since is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||