com.BobCo.EventHandler
Class WriteEventToFileEventHandler
java.lang.Object
com.BobCo.EventHandler.WriteEventToFileEventHandler
- All Implemented Interfaces:
- com.tivoli.twg.alertmgr.TWGEventHandler
- public class WriteEventToFileEventHandler
- extends java.lang.Object
- implements com.tivoli.twg.alertmgr.TWGEventHandler
Fields inherited from interface com.tivoli.twg.alertmgr.TWGEventHandler |
INTERFACE_NAME |
Method Summary |
protected void |
finalize()
|
boolean |
GetInfo(com.tivoli.twg.alertmgr.TWGActionInfo info)
|
boolean |
Init()
|
boolean |
ProcessEvent(com.tivoli.twg.alertmgr.TWGEvent alert,
com.tivoli.twg.alertmgr.TWGActionInfo info)
|
boolean |
Term()
|
com.tivoli.twg.alertmgr.TWGMessage |
ValidateParm(com.tivoli.twg.alertmgr.TWGActionParm ap)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPEND
public static final int APPEND
- See Also:
- Constant Field Values
RESET
public static final int RESET
- See Also:
- Constant Field Values
WriteEventToFileEventHandler
public WriteEventToFileEventHandler()
GetInfo
public boolean GetInfo(com.tivoli.twg.alertmgr.TWGActionInfo info)
- Specified by:
GetInfo
in interface com.tivoli.twg.alertmgr.TWGEventHandler
ProcessEvent
public boolean ProcessEvent(com.tivoli.twg.alertmgr.TWGEvent alert,
com.tivoli.twg.alertmgr.TWGActionInfo info)
- Specified by:
ProcessEvent
in interface com.tivoli.twg.alertmgr.TWGEventHandler
ValidateParm
public com.tivoli.twg.alertmgr.TWGMessage ValidateParm(com.tivoli.twg.alertmgr.TWGActionParm ap)
- Specified by:
ValidateParm
in interface com.tivoli.twg.alertmgr.TWGEventHandler
Init
public boolean Init()
- Specified by:
Init
in interface com.tivoli.twg.alertmgr.TWGEventHandler
Term
public boolean Term()
- Specified by:
Term
in interface com.tivoli.twg.alertmgr.TWGEventHandler
finalize
protected void finalize()
throws java.io.IOException
- Throws:
java.io.IOException