com.ibm.ctg.monitoring

Interface RequestExit



  • public interface RequestExit
    All implementations of CICS Transaction Gateway RequestExit monitoring classes must implement the RequestExit interface. See the package overview. for details.

    Exits should not invoke the System.exit() method or any other methods that alter the state of the running Java virtual machine.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void eventFired(RequestEvent event, java.util.Map<RequestData,java.lang.Object> data)
      This method is called for each defined MonitorEvent.
    • Method Detail

      • eventFired

        void eventFired(RequestEvent event,
                      java.util.Map<RequestData,java.lang.Object> data)
        This method is called for each defined MonitorEvent. Exits can selectively process these using the event parameter. In each call the data contains a read-only Map of the data available at that point for this flow. Any processing in this method should be kept to a minimum to reduce the impact on the flows.
        Parameters:
        event - at which the exit is called
        data - read-only Map of monitoring data
©Copyright IBM Corp. 1994, 2013
Legal