public interface IActiveAgentTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
clearAgentEvents(java.lang.String[] memberIds) |
void |
evictProcesses(java.lang.String[] appIDs) |
ProcessTO[] |
findProcessesByIDs(java.lang.String[] appIDs) |
ProcessTO[] |
findProcessesByType(LauncherProfileType[] types,
boolean negate) |
void |
forceUpdate(java.lang.String[] appIDs) |
ActiveAgentTO[] |
getAllActiveAgents() |
AgentEventAuditSummaryTO[] |
getAllAgentEventAudit() |
ProcessTO[] |
getAllProcesses() |
JmsAuditingTransportTO[] |
getAllValidJmsAuditConsumerTransports() |
JmsAuditingTransportTO[] |
getAllValidJmsAuditProducerTransports() |
ProvisionOutput |
provision(ProvisionInput input) |
QueryAgentsByMemberIDOutput |
queryAgentsByMemberID(QueryAgentsByMemberIDInput input) |
void |
requestUpdate(java.lang.String[] appIDs,
boolean forceRestart) |
void |
resetConfiguration(java.lang.String[] appIDs) |
void |
setAgentState(java.lang.String[] memberIds,
boolean enable) |
void |
setAuditAgentEventStatus(java.lang.String[] memberIds,
boolean enable) |
JmsAuditingTransportTO[] getAllValidJmsAuditProducerTransports() throws java.rmi.RemoteException
java.rmi.RemoteException
JmsAuditingTransportTO[] getAllValidJmsAuditConsumerTransports() throws java.rmi.RemoteException
java.rmi.RemoteException
void setAuditAgentEventStatus(java.lang.String[] memberIds, boolean enable) throws java.rmi.RemoteException
java.rmi.RemoteException
QueryAgentsByMemberIDOutput queryAgentsByMemberID(QueryAgentsByMemberIDInput input) throws java.rmi.RemoteException
java.rmi.RemoteException
AgentEventAuditSummaryTO[] getAllAgentEventAudit() throws java.rmi.RemoteException
java.rmi.RemoteException
ActiveAgentTO[] getAllActiveAgents() throws java.rmi.RemoteException
java.rmi.RemoteException
ProvisionOutput provision(ProvisionInput input) throws java.rmi.RemoteException
java.rmi.RemoteException
void setAgentState(java.lang.String[] memberIds, boolean enable) throws java.rmi.RemoteException
java.rmi.RemoteException
void clearAgentEvents(java.lang.String[] memberIds) throws java.rmi.RemoteException
java.rmi.RemoteException
void resetConfiguration(java.lang.String[] appIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
ProcessTO[] findProcessesByIDs(java.lang.String[] appIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
ProcessTO[] findProcessesByType(LauncherProfileType[] types, boolean negate) throws java.rmi.RemoteException
java.rmi.RemoteException
void evictProcesses(java.lang.String[] appIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
void requestUpdate(java.lang.String[] appIDs, boolean forceRestart) throws java.rmi.RemoteException
java.rmi.RemoteException
ProcessTO[] getAllProcesses() throws java.rmi.RemoteException
java.rmi.RemoteException
void forceUpdate(java.lang.String[] appIDs) throws java.rmi.RemoteException
java.rmi.RemoteException