public interface RequestExit
Exits should not invoke the System.exit() method or any other methods that alter the state of the running Java virtual machine.
Request monitoring exits deployed to the Gateway daemon can identify the specific release of the product at run time by getting the value of Java property, "com.ibm.ctg.gateway.version". The value of this property is set during initialization of the Gateway daemon and has the form "v.r.m.f".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.
|
void eventFired(RequestEvent event, java.util.Map<RequestData,java.lang.Object> data)
event
- at which the exit is calleddata
- read-only Map of monitoring data