com.ibm.cics.server
Interface TidyUpOnTermination
- All Known Implementing Classes:
- HttpRequest, TcpipRequest
public interface TidyUpOnTermination
This interface is used by classes that need to register themselves as
requiring resetting on exit from the JVM. This is in addition to the
mechanism of using the shiraz ibmJVMTidyUp() method which only
works when the JVM runs in reset mode.
Any class that implements this interface must provide a method
called drive_ibmJVMTidyUp() to call the static method ibmJVMTidyUp.
They must also register themselves with the Wrapper class.
This interface is packaged as part of JCICS as some JCICS classes need
it, but it is NOT part of the public API.
- Author:
- Paul Cooper
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright info |
static java.lang.String |
SCCSID
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- Copyright info
- See Also:
- Constant Field Values
SCCSID
static final java.lang.String SCCSID
- See Also:
- Constant Field Values
drive_ibmJVMTidyUp
void drive_ibmJVMTidyUp()