com.ibm.websphere.ola

Class OLAStatusInformation

  • java.lang.Object
    • com.ibm.websphere.ola.OLAStatusInformation
  • All Implemented Interfaces:
    java.io.Serializable


    public class OLAStatusInformation
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      OLAStatusInformation(OLAHeader bboashr)
      Constructor that takes a OLAHeader as a parameter and sets all of the attributes of the current OLAStatusInformation object with the same attributes of the passed in Header object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String get_daemonGroupName() 
      java.lang.Integer get_maxConn() 
      java.lang.Short get_version() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OLAStatusInformation

        public OLAStatusInformation(OLAHeader bboashr)
        Constructor that takes a OLAHeader as a parameter and sets all of the attributes of the current OLAStatusInformation object with the same attributes of the passed in Header object.
        Parameters:
        bboashr - The header object that the infrormation will be copied from
    • Method Detail

      • get_version

        public java.lang.Short get_version()
        Returns:
        the _version
      • get_daemonGroupName

        public java.lang.String get_daemonGroupName()
        Returns:
        the _daemonGroupName
      • get_maxConn

        public java.lang.Integer get_maxConn()
        Returns:
        the _maxConn
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object