Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events
Class ActionExecutionInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.util.List getAuxLogs()
          Returns a list of AlertAuxLogs
 java.lang.String getLongReason()
           
 java.lang.String getShortReason()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionExecutionInfo

public ActionExecutionInfo(java.lang.String shortReason,
                           java.lang.String longReason,
                           java.util.List auxLogs)
Method Detail

getShortReason

public java.lang.String getShortReason()

getLongReason

public java.lang.String getLongReason()

getAuxLogs

public java.util.List getAuxLogs()
Returns a list of AlertAuxLogs


Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.