|
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.measurement.agent.client.MeasurementCommandsClientFactory
public class MeasurementCommandsClientFactory
A factory for returning Measurement Commands clients depending on if the agent uses the legacy or new transport.
Method Summary | |
---|---|
MeasurementCommandsClient |
getClient(Agent agent)
|
MeasurementCommandsClient |
getClient(AppdefEntityID aid)
|
MeasurementCommandsClient |
getClient(java.lang.String agentToken)
|
static MeasurementCommandsClientFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MeasurementCommandsClientFactory getInstance()
public MeasurementCommandsClient getClient(AppdefEntityID aid) throws AgentNotFoundException
AgentNotFoundException
public MeasurementCommandsClient getClient(java.lang.String agentToken) throws AgentNotFoundException
AgentNotFoundException
public MeasurementCommandsClient getClient(Agent agent)
|
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 |