| Package | Description |
|---|---|
| org.rhq.enterprise.server.agentclient.impl | |
| org.rhq.enterprise.server.core | |
| org.rhq.enterprise.server.core.comm | |
| org.rhq.enterprise.server.measurement |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentClientImpl
Provides the mechanism by which you obtain remote interface proxies to a particular agent.
|
| Modifier and Type | Method and Description |
|---|---|
AgentClient |
AgentManagerBean.getAgentClient(org.rhq.core.domain.resource.Agent agent) |
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.auth.Subject subject,
int resourceId) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
AgentClient |
ServerCommunicationsService.getKnownAgentClient(org.rhq.core.domain.resource.Agent agent) |
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. |
| Modifier and Type | Method and Description |
|---|---|
AgentClient |
MeasurementScheduleManagerBean.getAgentClientForSchedule(org.rhq.core.domain.measurement.MeasurementSchedule sched)
Get the AgentClient (the connection to the agent) for a certain Schedule
|
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. |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.