|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.WrapperHelper
Usage:
This Class is not part of the JCICS API
Constructor Summary | |
---|---|
WrapperHelper()
|
Method Summary | |
---|---|
static void |
driveReInit()
Call the drive_ibmJVMReInitialize() methods on any objects that require it, but not in a resettable JVM. |
static void |
driveTidyUp()
Call the drive_ibmJVMTidyUp() methods on any objects that require it (But not in a resettable JVM). |
static void |
registerInitializer(ResetOnInitialization item)
This method is called by the first insatnce of any class loaded that requires reinitialization at each JVM use. |
static void |
registerTerminator(TidyUpOnTermination item)
This method is called by the first insatnce of any class loaded that requires reinitialization at each JVM use. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WrapperHelper()
Method Detail |
public static void registerTerminator(TidyUpOnTermination item)
item
- class whose reinit method requires callingpublic static void registerInitializer(ResetOnInitialization item)
item
- class whose reinit method requires callingpublic static void driveReInit()
public static void driveTidyUp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |