com.ibm.cics.server
Interface ResetOnInitialization


public interface ResetOnInitialization

This interface is used by classes that need to register themselves as requiring resetting on entry to the JVM. This is in addition to the mechanism of using the shiraz ibmJVMReInitialize() method which only works when the JVM runs in reset mode. Any class that implements this interface must provide a method called drive_ibmJVMReInitialize() which calls the static ibmJVMReinitialize method. It must also register itself with the CICS 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
           
 
Method Summary
 void drive_ibmJVMReinitialize()
           
 

Field Detail

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

drive_ibmJVMReinitialize

void drive_ibmJVMReinitialize()