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
|
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_ibmJVMReinitialize
public void drive_ibmJVMReinitialize()