|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ilog.server.mvtcp.IlsVersion
Returns Rogue Wave Server version, patch and build number of the package.
| Constructor Summary | |
IlsVersion()
|
|
| Method Summary | |
static int |
GetBuild()
Returns the Rogue Wave Server build number. |
static int |
GetMajorVersion()
Returns the Rogue Wave Server major version number. |
static int |
GetMinorVersion()
Returns the Rogue Wave Server minor version number. |
static int |
GetNumericVersion()
Returns the Rogue Wave Server numeric version number. |
static int |
GetPatchLevel()
Returns the Rogue Wave Server patch level number. |
static java.lang.String |
GetVersion()
Returns a full length string version number of the package. |
static void |
main(java.lang.String[] args)
Display a full length string version number of the package. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IlsVersion()
| Method Detail |
public static final int GetMajorVersion()
public static final int GetMinorVersion()
public static final int GetPatchLevel()
public static final int GetNumericVersion()
public static final int GetBuild()
public static final java.lang.String GetVersion()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||