com.tivoli.twg.alertmgr
Class TWGActionLogManager

java.lang.Object
  extended bycom.tivoli.twg.alertmgr.TWGActionLogManager

public class TWGActionLogManager
extends java.lang.Object

TWGActionLogManager manages the action log file.


Method Summary
static void actionComplete(TWGActionEndInfo info)
          Update an action log entry when the action is complete.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actionComplete

public static void actionComplete(TWGActionEndInfo info)
Update an action log entry when the action is complete. Called by event handlers. The log entry key was passed in TWGActionInfo to event handlers' ProcessEvent method.

Parameters:
info - action status and additional information