Uses of Class
com.uc4.api.systemoverview.ClientListItem
-
Packages that use ClientListItem Package Description com.uc4.communication.requests -
-
Uses of ClientListItem in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return types with arguments of type ClientListItem Modifier and Type Method Description java.util.Iterator<ClientListItem>ClientList. iterator()Returns an Iterator which can be used to step through theClientListItem.Constructors in com.uc4.communication.requests with parameters of type ClientListItem Constructor Description ResumeClient(ClientListItem item)Starts the processing of the specified client.SuspendClient(ClientListItem client)Stops the processing of the specified client.Constructor parameters in com.uc4.communication.requests with type arguments of type ClientListItem Constructor Description ResumeClient(java.util.List<ClientListItem> items)Starts the processing of multiple clients.SuspendClient(java.util.List<ClientListItem> items)Stops the processing of multiple clients.
-