|
Verastream© Bridge Integrator 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.attachmate.cicsbridge.Diagnostics
public class Diagnostics
Utilities for Attachmate support
Method Summary | |
---|---|
static java.lang.String |
getTransactionSystemId(java.lang.String hostIP,
int hostPort,
java.lang.String transactionId)
Get a text string containing the name of the CICS System Id (outSystemId) in which a given transaction Id (inTransactionId) executes. |
static ModuleInformation |
queryLoadModuleInformation(java.lang.String hostIP,
int hostPort,
java.lang.String userId,
java.lang.String password,
java.lang.String loadModuleName)
Returns the module size and the name of the Load Library that a given application program or BMS map resides in via the Verastream Bridge Integrator. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getTransactionSystemId(java.lang.String hostIP, int hostPort, java.lang.String transactionId) throws BridgeException
hostIP
- Text format IP address of the target host CICS region (for example, '234.164.88.1').hostPort
- Port corresponding to the target CICS region.transactionId
- Text format Transaction Id (1 to 4 characters).
BridgeException
public static ModuleInformation queryLoadModuleInformation(java.lang.String hostIP, int hostPort, java.lang.String userId, java.lang.String password, java.lang.String loadModuleName) throws BridgeException
hostIP
- String with IP address of target CICS region in the form of nnn.nnn.nnn.nnn.hostPort
- integer TCP port address of target CICS region.userId
- String containing user identification one to eight bytes in length.password
- String existing password one to eight bytes in length for the given userId.loadModuleName
- String containing the program or BMS map name to locate.
BridgeException
|
Verastream© Bridge Integrator 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |