public class OLAStatusInformation
extends java.lang.Object
implements java.io.Serializable
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.
|
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() |
public OLAStatusInformation(OLAHeader bboashr)
bboashr
- The header object that the infrormation will be copied frompublic java.lang.Short get_version()
public java.lang.String get_daemonGroupName()
public java.lang.Integer get_maxConn()
public java.lang.String toString()
toString
in class java.lang.Object