public class ExecuteObjects extends XMLRequest
| Modifier and Type | Class and Description |
|---|---|
class |
ExecuteObjects.ExecuteObjectsResponse
Class hold response data from the executed request
|
| Constructor and Description |
|---|
ExecuteObjects(java.util.List<UC4ObjectName> uC4ObjectNames)
Constructs a
ExecuteObjects using the specified object name
list. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ExecuteObjects.ExecuteObjectsResponse> |
reponseIterator()
Returns an iterator over the responses
|
int |
responseCount()
Returns the number of responses
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic ExecuteObjects(java.util.List<UC4ObjectName> uC4ObjectNames)
ExecuteObjects using the specified object name
list. The method Connection#sendRequest has to be used if
this object needs interactive input (Form). In this case
Connection#sendRequestAndWait would block infinitely.uC4ObjectNames - list of the UC4 object that need to be executed.public java.util.Iterator<ExecuteObjects.ExecuteObjectsResponse> reponseIterator()
public int responseCount()