|
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.shared.action.EnableAlertDefActionConfig
public class EnableAlertDefActionConfig
Shared configs for enable alert definition action
Field Summary | |
---|---|
static java.lang.String |
CFG_ID
|
Constructor Summary | |
---|---|
EnableAlertDefActionConfig()
Creates a new instance of SharedEmailAction |
Method Summary | |
---|---|
int |
getAlertDefId()
Returns the alertDefId. |
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()
Get the name of the action class |
void |
init(ConfigResponse config)
Initialize the action instance |
void |
setAlertDefId(int alertDefId)
Sets the alertDefId. |
void |
setImplementor(java.lang.String implementor)
Allow implementor to be overwritten |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CFG_ID
Constructor Detail |
---|
public EnableAlertDefActionConfig()
Method Detail |
---|
public ConfigSchema getConfigSchema()
ActionConfigInterface
getConfigSchema
in interface ActionConfigInterface
public ConfigResponse getConfigResponse() throws InvalidOptionException, InvalidOptionValueException
ActionConfigInterface
getConfigResponse
in interface ActionConfigInterface
InvalidOptionException
InvalidOptionValueException
public void init(ConfigResponse config) throws InvalidActionDataException
init
in interface ActionConfigInterface
props
- configuration properties
InvalidActionDataException
public int getAlertDefId()
public void setAlertDefId(int alertDefId)
alertDefId
- The type to alertDefIdpublic java.lang.String getImplementor()
getImplementor
in interface ActionConfigInterface
public 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 |