|
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 ActionInterface
AlertActionLog
ActionExecuteException
public void setParentActionConfig(AppdefEntityID aeid, ConfigResponse config) throws InvalidActionDataException
ActionInterface
setParentActionConfig
in interface ActionInterface
InvalidActionDataException
public ConfigResponse getConfigResponse() throws InvalidOptionException, InvalidOptionValueException
ActionConfigInterface
getConfigResponse
in interface ActionConfigInterface
InvalidOptionException
InvalidOptionValueException
public ConfigSchema getConfigSchema()
ActionConfigInterface
getConfigSchema
in interface ActionConfigInterface
public java.lang.String getImplementor()
ActionConfigInterface
getImplementor
in interface ActionConfigInterface
public void init(ConfigResponse config) throws InvalidActionDataException
ActionConfigInterface
init
in interface ActionConfigInterface
config
- configuration properties
InvalidActionDataException
public void setImplementor(java.lang.String implementor)
ActionConfigInterface
setImplementor
in interface ActionConfigInterface
public 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 |