Package 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 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget_daemonGroupName()java.lang.Integerget_maxConn()java.lang.Shortget_version()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-