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
           
 
Method Summary
 void drive_ibmJVMTidyUp()
           
 

Field Detail

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
Method Detail

drive_ibmJVMTidyUp

public void drive_ibmJVMTidyUp()