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.
Field Summary |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
SCCSID
|
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
SCCSID
public static final java.lang.String SCCSID
- See Also:
- Constant Field Values
drive_ibmJVMTidyUp
public void drive_ibmJVMTidyUp()