com.BobCo.EventHandler
Class WriteEventToFileEventHandler

java.lang.Object
  extended bycom.BobCo.EventHandler.WriteEventToFileEventHandler
All Implemented Interfaces:
com.tivoli.twg.alertmgr.TWGEventHandler

public class WriteEventToFileEventHandler
extends java.lang.Object
implements com.tivoli.twg.alertmgr.TWGEventHandler


Field Summary
static int APPEND
           
static int RESET
           
 
Fields inherited from interface com.tivoli.twg.alertmgr.TWGEventHandler
INTERFACE_NAME
 
Constructor Summary
WriteEventToFileEventHandler()
           
 
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
 

Field Detail

APPEND

public static final int APPEND
See Also:
Constant Field Values

RESET

public static final int RESET
See Also:
Constant Field Values
Constructor Detail

WriteEventToFileEventHandler

public WriteEventToFileEventHandler()
Method Detail

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