|
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.SyslogActionConfig
public class SyslogActionConfig
Field Summary | |
---|---|
static java.lang.String |
CFG_META
|
static java.lang.String |
CFG_PROD
|
static java.lang.String |
CFG_VER
|
Constructor Summary | |
---|---|
SyslogActionConfig()
|
|
SyslogActionConfig(java.lang.String meta,
java.lang.String product,
java.lang.String version)
|
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 |
java.lang.String |
getMeta()
|
java.lang.String |
getProduct()
|
java.lang.String |
getVersion()
|
void |
init(ConfigResponse config)
Initialize the action instance |
void |
setImplementor(java.lang.String impl)
Allow implementor to be overwritten |
void |
setMeta(java.lang.String string)
|
void |
setProduct(java.lang.String string)
|
void |
setVersion(java.lang.String string)
|
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_META
public static final java.lang.String CFG_PROD
public static final java.lang.String CFG_VER
Constructor Detail |
---|
public SyslogActionConfig()
public SyslogActionConfig(java.lang.String meta, java.lang.String product, java.lang.String version)
Method Detail |
---|
public void init(ConfigResponse config)
ActionConfigInterface
init
in interface ActionConfigInterface
config
- configuration propertiespublic ConfigSchema getConfigSchema()
ActionConfigInterface
getConfigSchema
in interface ActionConfigInterface
public ConfigResponse getConfigResponse() throws InvalidOptionException, InvalidOptionValueException
ActionConfigInterface
getConfigResponse
in interface ActionConfigInterface
InvalidOptionException
InvalidOptionValueException
public void setImplementor(java.lang.String impl)
ActionConfigInterface
setImplementor
in interface ActionConfigInterface
public java.lang.String getImplementor()
ActionConfigInterface
getImplementor
in interface ActionConfigInterface
public java.lang.String getVersion()
public void setVersion(java.lang.String string)
public java.lang.String getProduct()
public void setProduct(java.lang.String string)
public java.lang.String getMeta()
public void setMeta(java.lang.String string)
|
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 |