Skip navigation links
TIBCO Enterprise Message Service
com.tibco.tibjms.admin

Class VersionInfo



  • public class VersionInfo
    extends java.lang.Object
    This class represents the parsed version information for the TIBCO Enterprise Message Service components.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • getVersionMajor

        public int getVersionMajor()
        Get the major version of the component.
        Returns:
        the major version of the component.
      • getVersionMinor

        public int getVersionMinor()
        Get the minor version of the component.
        Returns:
        the minor version of the component.
      • getVersionUpdate

        public int getVersionUpdate()
        Get the update version of the component.
        Returns:
        the update version of the component.
      • getVersionBuild

        public int getVersionBuild()
        Get the build version of the component.
        Returns:
        the build version of the component.
      • toString

        public java.lang.String toString()
        Generate a string version of the VersionInfo object in the form "majorVersion.minorVersion.updateVersion.buildVersion"
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string represtation of this VersionInfo.
      • from

        public static VersionInfo from(javax.management.openmbean.CompositeData cd)
        For Internal use only, may be removed or deprecated in future.
        Returns:
        a VersionInfo object from CompositeData
        Throws:
        java.lang.IllegalArgumentException - if CompositeType does not match or if a null CompositeData is passed.
TIBCO Enterprise Message Service

Copyright © Cloud Software Group, Inc. All rights reserved