Class OLAStatusInformation

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

public class OLAStatusInformation extends Object implements Serializable
See Also:
  • Constructor Details

    • 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 Details

    • get_version

      public Short get_version()
      Returns:
      the _version
    • get_daemonGroupName

      public String get_daemonGroupName()
      Returns:
      the _daemonGroupName
    • get_maxConn

      public Integer get_maxConn()
      Returns:
      the _maxConn
    • toString

      public String toString()
      Overrides:
      toString in class Object