Package | Description |
---|---|
com.ibm.ctg.intercept |
Provides classes for developing CICS Intercept plug-ins that enable
ECI, EPI and ESI requests from remote mode applications to be intercepted.
|
Modifier and Type | Method and Description |
---|---|
CicsIntercept.InterceptAction |
CicsIntercept.interceptRequest(GatewayRequest req)
Allows the
GatewayRequest to be intercepted before being sent on to
CICS. |
static CicsIntercept.InterceptAction |
CicsIntercept.InterceptAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CicsIntercept.InterceptAction[] |
CicsIntercept.InterceptAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|