public class GetSyncUsage extends XMLRequest implements java.lang.Iterable<UC4ObjectName>
| Constructor and Description |
|---|
GetSyncUsage()
Creates a new
GetSyncUsage request for all current used objects. |
GetSyncUsage(int runID)
Creates a new
GetSyncUsage request that returns SYNC objects used by a specified RunID. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<UC4ObjectName> |
iterator() |
int |
size()
Returns the number of SYNC objects.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic GetSyncUsage()
GetSyncUsage request for all current used objects.public GetSyncUsage(int runID)
GetSyncUsage request that returns SYNC objects used by a specified RunID.runID - RunID of the taskpublic java.util.Iterator<UC4ObjectName> iterator()
iterator in interface java.lang.Iterable<UC4ObjectName>public int size()