|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.hq.events.NoOpAction
public class NoOpAction
| Constructor Summary | |
|---|---|
NoOpAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
execute(AlertInterface alert,
ActionExecutionInfo info)
Execute the action. |
ConfigResponse |
getConfigResponse()
Get the configuration response for the action based on its properties |
ConfigSchema |
getConfigSchema()
Get the configuration schema for the action |
java.lang.String |
getImplementor()
Return the name of the class that implements the action |
void |
init(ConfigResponse config)
Initialize the action instance |
void |
setImplementor(java.lang.String implementor)
Allow implementor to be overwritten |
void |
setParentActionConfig(AppdefEntityID id,
ConfigResponse c)
Inherit configuration from parent action |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoOpAction()
| Method Detail |
|---|
public java.lang.String execute(AlertInterface alert,
ActionExecutionInfo info)
ActionInterface
execute in interface ActionInterfaceAlertActionLog
public void setParentActionConfig(AppdefEntityID id,
ConfigResponse c)
ActionInterface
setParentActionConfig in interface ActionInterfacepublic ConfigResponse getConfigResponse()
ActionConfigInterface
getConfigResponse in interface ActionConfigInterfacepublic ConfigSchema getConfigSchema()
ActionConfigInterface
getConfigSchema in interface ActionConfigInterfacepublic void init(ConfigResponse config)
ActionConfigInterface
init in interface ActionConfigInterfaceconfig - configuration propertiespublic java.lang.String getImplementor()
ActionConfigInterface
getImplementor in interface ActionConfigInterfacepublic void setImplementor(java.lang.String implementor)
ActionConfigInterface
setImplementor in interface ActionConfigInterface
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||