Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

CICS® Transaction Gateway
v9.1.0.4 Base API

  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use GatewayIntercept.InterceptAction 
    Package Description
    com.ibm.ctg.client
    Provides 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 
      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.

Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

©Copyright IBM Corp. 1994, 2017


Legal
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes