|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGObject
com.tivoli.twg.engine.TWGExtension
com.tivoli.twg.rmon.TWGRMONDeviceExtension
Sample engine extension class : defined by the SampExt.TWGExt property file.
Field Summary |
---|
Fields inherited from class com.tivoli.twg.engine.TWGExtension |
---|
EXTENSION_CLASS, EXTENSION_CLI_CLASS, EXTENSION_DELAY_CLASS_INIT, EXTENSION_DISABLED, EXTENSION_NAME, EXTENSION_NLS_CLASS, EXTENSION_VENDOR, EXTENSION_VERSION, PREVIOUS_SERVER_VERSION_NEW_SERVER |
Constructor Summary | |
---|---|
TWGRMONDeviceExtension()
Default constructor : usually does nothing, but can access properties loaded from our property file. |
Method Summary | |
---|---|
void |
InitClassInstances()
Second initialization method, intended to allow extension to create default instances of classes registered during InitClassRegistration(). |
void |
InitClassRegistration()
First initialization method, intended to allow extensions to register classes. |
void |
InitCompletion()
Final initialization method, intended to allow an extension to do any actions which may have required the other extensions to have completed the previous passes of initialization. |
void |
TermBegin()
First termination method, intended to allow an extension to begin the process of termination. |
void |
TermComplete()
Final termination method, intended to allow an extension to terminate any processing which may still be active. |
Methods inherited from class com.tivoli.twg.engine.TWGObject |
---|
AllObjects, AllObjects, Delete, Destroy, DumpTWGObjects, FindObject, isDeleted, isNewObject, isPersistent, isPersistent, isValid, isValid, ObjectID, setDistinctObjectID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TWGRMONDeviceExtension()
Method Detail |
public void InitClassRegistration() throws TWGExtensionInitException
InitClassRegistration
in class TWGExtension
TWGExtensionInitException
- if a fatal error occurs during
the initialization methodpublic void InitClassInstances() throws TWGExtensionInitException
InitClassInstances
in class TWGExtension
TWGExtensionInitException
- if a fatal error occurs during
the initialization methodpublic void InitCompletion() throws TWGExtensionInitException
InitCompletion
in class TWGExtension
TWGExtensionInitException
- if a fatal error occurs during
the initialization methodpublic void TermBegin() throws TWGExtensionTermException
TermBegin
in class TWGExtension
TWGExtensionTermException
- if an error occurs during the
termination methodpublic void TermComplete() throws TWGExtensionTermException
TermComplete
in class TWGExtension
TWGExtensionTermException
- if an error occurs during the
termination method
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |