CICS® Transaction Gateway Programming Reference v1.1.0.0

Uses of Class
com.ibm.ctg.client.GatewayIntercept.InterceptAction

Packages that use GatewayIntercept.InterceptAction
com.ibm.ctg.client Provides ECI, EPI and ESI base classes for developing Java client applications. 
 

Uses of GatewayIntercept.InterceptAction in com.ibm.ctg.client
 

Methods in com.ibm.ctg.client that return GatewayIntercept.InterceptAction
 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're declared.
 


©Copyright IBM Corp. 1994, 2014
Legal