public class GetRAConnectionNames extends XMLRequest implements java.lang.Iterable<UC4ObjectName>
| Constructor and Description |
|---|
GetRAConnectionNames(java.lang.String type,
java.lang.String subType,
java.lang.String pattern)
Creates a new GetRAConnectionNames request.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<UC4ObjectName> |
iterator() |
int |
size() |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic GetRAConnectionNames(java.lang.String type,
java.lang.String subType,
java.lang.String pattern)
type - type of agentsubType - subtype of agentpattern - Pattern with wildcard characters (* and ?)public int size()
public java.util.Iterator<UC4ObjectName> iterator()
iterator in interface java.lang.Iterable<UC4ObjectName>