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(List<UC4ObjectName> uC4ObjectNames)
Constructs a
ExecuteObjects using the specified object name
list. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ExecuteObjects.ExecuteObjectsResponse> |
reponseIterator()
Returns an iterator over the responses
|
int |
responseCount()
Returns the number of responses
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic ExecuteObjects(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 Iterator<ExecuteObjects.ExecuteObjectsResponse> reponseIterator()
public int responseCount()
Copyright © 2019. All rights reserved.