Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.bizapp.client
Class ControlCallbackClient

java.lang.Object
  extended by org.hyperic.hq.bizapp.client.AgentCallbackClient
      extended by org.hyperic.hq.bizapp.client.ControlCallbackClient

public class ControlCallbackClient
extends AgentCallbackClient


Constructor Summary
ControlCallbackClient(ProviderFetcher fetcher)
           
 
Method Summary
 byte[] controlGetPluginConfiguration(java.lang.String name)
           
 void controlSendCommandResult(java.lang.String pluginName, int id, int result, long startTime, long endTime, java.lang.String message)
           
 
Methods inherited from class org.hyperic.hq.bizapp.client.AgentCallbackClient
getDefaultProviderURL, getHostFromProviderURL, getProvider, invokeLatherCall, isValidProviderURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlCallbackClient

public ControlCallbackClient(ProviderFetcher fetcher)
Method Detail

controlGetPluginConfiguration

public byte[] controlGetPluginConfiguration(java.lang.String name)
                                     throws AgentCallbackClientException
Throws:
AgentCallbackClientException

controlSendCommandResult

public void controlSendCommandResult(java.lang.String pluginName,
                                     int id,
                                     int result,
                                     long startTime,
                                     long endTime,
                                     java.lang.String message)
                              throws AgentCallbackClientException
Throws:
AgentCallbackClientException

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.