public interface AgentManagerRemote
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAgent(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.Agent agent)
Deletes an existing agent by subject, if there is no platform resource for this agent.
|
org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.Agent> |
findAgentsByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.AgentCriteria criteria)
Fetches the agents based on provided criteria.
|
void deleteAgent(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.Agent agent)
subject - calleragent - agent object.org.rhq.core.domain.util.PageList<org.rhq.core.domain.resource.Agent> findAgentsByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.AgentCriteria criteria)
subject - callercriteria - the criteriaCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.