|
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 ControlCommandsClient
| Method Summary | |
|---|---|
void |
controlPluginAdd(java.lang.String pluginName,
java.lang.String pluginType,
ConfigResponse response)
Register a control plugin for use on this agent |
void |
controlPluginCommand(java.lang.String pluginName,
java.lang.String pluginType,
java.lang.Integer id,
java.lang.String action,
java.lang.String args)
Issue a control operation on a plugin and associate it with a job id |
void |
controlPluginRemove(java.lang.String pluginName)
Remove a control plugin on an agent |
| Method Detail |
|---|
void controlPluginAdd(java.lang.String pluginName,
java.lang.String pluginType,
ConfigResponse response)
throws AgentRemoteException,
AgentConnectionException
pluginName - The plugin namepluginType - The type of plugin to createresponse - The plugin configuration
AgentRemoteException
AgentConnectionException
void controlPluginRemove(java.lang.String pluginName)
throws AgentRemoteException,
AgentConnectionException
pluginName - The plugin name
AgentRemoteException
AgentConnectionException
void controlPluginCommand(java.lang.String pluginName,
java.lang.String pluginType,
java.lang.Integer id,
java.lang.String action,
java.lang.String args)
throws AgentRemoteException,
AgentConnectionException
pluginName - The plugin idpluginType - The plugin typeaction - The action to perform
AgentRemoteException
AgentConnectionException
|
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 | ||||||||