Package com.ibm.websphere.ola
Interface OLAHeader
public interface OLAHeader
-
Method Summary
Modifier and TypeMethodDescriptionThe absolute location of the BBOASHRget_size()voidset_ashrptr(Long _ashrptr) Sets the location of the BBOASHRvoidset_daemonGroupName(String groupName) voidset_eyeCatcher(String eyeCatcher) voidset_maxConn(Integer conn) voidvoidset_version(Short _version) toString()toString method for OLA BBOASHR.
-
Method Details
-
get_ashrptr
Long get_ashrptr()The absolute location of the BBOASHR -
set_ashrptr
Sets the location of the BBOASHR -
set_eyeCatcher
- Throws:
OLAException
-
get_eyeCatcher
String get_eyeCatcher() -
get_version
Short get_version()- Returns:
- the _version
-
set_version
- Parameters:
_version- the _version to set
-
get_size
Integer get_size()- Returns:
- the _size
-
set_size
- Parameters:
_size- the _size to set
-
get_daemonGroupName
String get_daemonGroupName()- Returns:
- the _daemonGroupName
-
set_daemonGroupName
- Parameters:
groupName- the _daemonGroupName to set
-
get_maxConn
Integer get_maxConn()- Returns:
- the _maxConn
-
set_maxConn
- Parameters:
conn- the _maxConn to set
-
toString
String toString()toString method for OLA BBOASHR.
-