org.hyperic.hq.events
Class ActionExecutionInfo
java.lang.Object
org.hyperic.hq.events.ActionExecutionInfo
public class ActionExecutionInfo
- extends java.lang.Object
These are value objects passed into
{@link Action#executeAction(AlertInterface, ActionExecutionInfo)
which contain the reasons that the action is being executed.
Constructor Summary |
ActionExecutionInfo(java.lang.String shortReason,
java.lang.String longReason,
java.util.List auxLogs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionExecutionInfo
public ActionExecutionInfo(java.lang.String shortReason,
java.lang.String longReason,
java.util.List auxLogs)
getShortReason
public java.lang.String getShortReason()
getLongReason
public java.lang.String getLongReason()
getAuxLogs
public java.util.List getAuxLogs()
- Returns a list of
AlertAuxLog
s
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.