|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.VersionInfo
public class VersionInfo
This class represents the parsed version information for the TIBCO Enterprise Message Service components.
Method Summary | |
---|---|
static VersionInfo |
from(javax.management.openmbean.CompositeData cd)
For Internal use only, may be removed or deprecated in future. |
int |
getVersionBuild()
Get the build version of the component. |
int |
getVersionMajor()
Get the major version of the component. |
int |
getVersionMinor()
Get the minor version of the component. |
int |
getVersionUpdate()
Get the update version of the component. |
java.lang.String |
toString()
Generate a string version of the VersionInfo object in the form "majorVersion.minorVersion.updateVersion.buildVersion" |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getVersionMajor()
public int getVersionMinor()
public int getVersionUpdate()
public int getVersionBuild()
public java.lang.String toString()
toString
in class java.lang.Object
public static VersionInfo from(javax.management.openmbean.CompositeData cd)
java.lang.IllegalArgumentException
- if CompositeType does not match
or if a null CompositeData is passed.
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |