Package | Description |
---|---|
com.ibm.ctg.client |
Provides base classes for developing Java client applications.
|
Modifier and Type | Method and Description |
---|---|
GatewayIntercept.InterceptAction |
GatewayIntercept.interceptClose(JavaGateway gateway)
Allows the
JavaGateway.close() method to be intercepted. |
GatewayIntercept.InterceptAction |
GatewayIntercept.interceptFlow(JavaGateway gateway,
GatewayRequest request)
Allows the
JavaGateway.flow(GatewayRequest) method to be intercepted. |
GatewayIntercept.InterceptAction |
GatewayIntercept.interceptOpen(JavaGateway gateway)
Allows the
JavaGateway.open() method to be intercepted. |
static GatewayIntercept.InterceptAction |
GatewayIntercept.InterceptAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GatewayIntercept.InterceptAction[] |
GatewayIntercept.InterceptAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|