|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgentClient | |
|---|---|
| org.rhq.enterprise.server.agentclient.impl | |
| org.rhq.enterprise.server.core | |
| org.rhq.enterprise.server.core.comm | |
| org.rhq.enterprise.server.measurement | |
| Uses of AgentClient in org.rhq.enterprise.server.agentclient.impl |
|---|
| Classes in org.rhq.enterprise.server.agentclient.impl that implement AgentClient | |
|---|---|
class |
AgentClientImpl
Provides the mechanism by which you obtain remote interface proxies to a particular agent. |
| Uses of AgentClient in org.rhq.enterprise.server.core |
|---|
| Methods in org.rhq.enterprise.server.core that return AgentClient | |
|---|---|
AgentClient |
AgentManagerLocal.getAgentClient(org.rhq.core.domain.resource.Agent agent)
Returns an agent client that can be used to send commands to the specified JON agent. |
AgentClient |
AgentManagerBean.getAgentClient(org.rhq.core.domain.resource.Agent agent)
|
AgentClient |
AgentManagerLocal.getAgentClient(org.rhq.core.domain.auth.Subject subject,
int resourceId)
Returns an agent client that can be used to send commands to the JON agent that managed the specified resource. |
AgentClient |
AgentManagerBean.getAgentClient(org.rhq.core.domain.auth.Subject subject,
int resourceId)
|
| Uses of AgentClient in org.rhq.enterprise.server.core.comm |
|---|
| Methods in org.rhq.enterprise.server.core.comm that return AgentClient | |
|---|---|
AgentClient |
ServerCommunicationsServiceMBean.getKnownAgentClient(org.rhq.core.domain.resource.Agent agent)
Given an agent domain object, this will see if that agent is known by looking up its host and port from the list of all known agents and returns a client to that agent. |
AgentClient |
ServerCommunicationsService.getKnownAgentClient(org.rhq.core.domain.resource.Agent agent)
|
| Uses of AgentClient in org.rhq.enterprise.server.measurement |
|---|
| Methods in org.rhq.enterprise.server.measurement that return AgentClient | |
|---|---|
AgentClient |
MeasurementScheduleManagerLocal.getAgentClientForSchedule(org.rhq.core.domain.measurement.MeasurementSchedule sched)
Get the AgentClient (the connection to the agent) that is associated with the given schedule. |
AgentClient |
MeasurementScheduleManagerBean.getAgentClientForSchedule(org.rhq.core.domain.measurement.MeasurementSchedule sched)
Get the AgentClient (the connection to the agent) for a certain Schedule |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||