uCosminexus Stream Data Platform - Application Framework Application Development Guide
put(ArrayList<StreamTuple> tuple_list) method
Format
void put(ArrayList<StreamTuple> tuple_list)
Explanation
Sends multiple tuples.
Parameters
tuple_list
Specifies a list of tuples to be sent (StreamTuple type object).
Exceptions
The following table shows the exceptions and the conditions for their generation.
| Exception | Generation condition |
|---|---|
| ClassCastException | An element other than StreamTuple was included in the list in the parameter. |
| NullPointerException |
|
| SDPClientCommunicationException | A communication exception occurred during RMI connection. |
| SDPClientException |
|
| SDPClientQueryGroupHoldException | The query group is held. |
| SDPClientQueryGroupNotExistException | The query group was deleted. |
| SDPClientQueryGroupStateException | The query group is not being executed. |
| SDPClientQueryGroupStopException | The query group is stopped. |
Return value
None.
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.