|
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.bizapp.server.action.integrate.OpenNMSAction
public class OpenNMSAction
| Constructor Summary | |
|---|---|
OpenNMSAction()
|
|
| 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 |
java.lang.String |
getIp()
|
java.lang.String |
getPort()
|
java.lang.String |
getServer()
|
void |
init(ConfigResponse config)
Initialize the action instance |
static java.lang.Boolean |
isLoaded()
|
void |
setImplementor(java.lang.String implementor)
Allow implementor to be overwritten |
void |
setIp(java.lang.String ip)
|
void |
setParentActionConfig(AppdefEntityID aeid,
ConfigResponse config)
Inherit configuration from parent action |
void |
setPort(java.lang.String port)
|
void |
setServer(java.lang.String server)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenNMSAction()
| Method Detail |
|---|
public static java.lang.Boolean isLoaded()
public java.lang.String execute(AlertInterface alert,
ActionExecutionInfo info)
throws ActionExecuteException
ActionInterface
execute in interface ActionInterfaceAlertActionLog
ActionExecuteException
public void setParentActionConfig(AppdefEntityID aeid,
ConfigResponse config)
throws InvalidActionDataException
ActionInterface
setParentActionConfig in interface ActionInterfaceInvalidActionDataException
public ConfigResponse getConfigResponse()
throws InvalidOptionException,
InvalidOptionValueException
ActionConfigInterface
getConfigResponse in interface ActionConfigInterfaceInvalidOptionException
InvalidOptionValueExceptionpublic ConfigSchema getConfigSchema()
ActionConfigInterface
getConfigSchema in interface ActionConfigInterfacepublic java.lang.String getImplementor()
ActionConfigInterface
getImplementor in interface ActionConfigInterface
public void init(ConfigResponse config)
throws InvalidActionDataException
ActionConfigInterface
init in interface ActionConfigInterfaceconfig - configuration properties
InvalidActionDataExceptionpublic void setImplementor(java.lang.String implementor)
ActionConfigInterface
setImplementor in interface ActionConfigInterfacepublic java.lang.String getServer()
public void setServer(java.lang.String server)
public java.lang.String getIp()
public void setIp(java.lang.String ip)
public java.lang.String getPort()
public void setPort(java.lang.String port)
|
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 | ||||||||