Package | Description |
---|---|
com.ibm.ctg.monitoring |
Provides classes for developing request monitoring exits.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
ContainerInfo.getBitData()
Returns a byte array that is a copy of the data in the container.
|
byte[] |
ContainerInfo.getBitData(int offset,
int length)
Returns a byte array copy of length bytes taken from offset bytes
into the container.
|
java.lang.String |
ContainerInfo.getCharData()
Returns a string that is a copy of the data in the container.
|
java.lang.String |
ContainerInfo.getCharData(int offset,
int length)
Returns a String copy of length characters taken from offset characters
into the container.
|