|
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 | ||||||||
public interface ActionConfigInterface
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
ConfigSchema getConfigSchema()
ConfigResponse getConfigResponse()
throws InvalidOptionException,
InvalidOptionValueException
InvalidOptionException
InvalidOptionValueException
void init(ConfigResponse config)
throws InvalidActionDataException
config - configuration properties
InvalidActionDataExceptionjava.lang.String getImplementor()
void setImplementor(java.lang.String implementor)
the - Action classname
|
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 | ||||||||