Package | Description |
---|---|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<AgentGroupListItem> |
AgentGroupList.iterator()
Returns an Iterator which can be used to step through the
AgentGroupListItem . |
Constructor and Description |
---|
ChangeLogging(AgentGroupListItem agentGroup)
Creates a request to change the logging of all Agents in the specified AgentGroup.
|
ChangeLogging(AgentGroupListItem[] agentGroups)
Creates a request to change the logging of all Agents in the specified AgentGroup.
|
TerminateAgentGroup(AgentGroupListItem agentGroup)
Creates a new
TerminateAgentGroup request to terminate all active Agents in the AgentGroup. |
Constructor and Description |
---|
TerminateAgentGroup(java.util.List<AgentGroupListItem> agentGroupItems)
Constructs a
TerminateAgentGroup using multiple AgentGroup list Items. |