public interface ITupleCentreOperation
Modifier and Type | Method and Description |
---|---|
long |
getId()
Get operation identifier
|
TupleTemplate |
getTemplateArgument() |
Tuple |
getTupleArgument() |
java.util.List<Tuple> |
getTupleListArgument() |
java.util.List<Tuple> |
getTupleListResult() |
Tuple |
getTupleResult() |
boolean |
isGet() |
boolean |
isGetS() |
boolean |
isIn() |
boolean |
isInAll() |
boolean |
isInp() |
boolean |
isNo() |
boolean |
isNoAll() |
boolean |
isNop() |
boolean |
isOperationCompleted()
Tests if the operation is completed
|
boolean |
isOut() |
boolean |
isOutAll() |
boolean |
isRd() |
boolean |
isRdAll() |
boolean |
isRdp() |
boolean |
isResultFailure() |
boolean |
isResultSuccess() |
boolean |
isSet() |
boolean |
isSetS() |
boolean |
isUin() |
boolean |
isUinp() |
boolean |
isUrd() |
boolean |
isUrdp() |
void |
waitForOperationCompletion()
Wait for operation completion
Current execution flow is blocked until the operation is completed
|
void |
waitForOperationCompletion(long ms)
Wait for operation completion, with time out
Current execution flow is blocked until the operation is completed or a
maximum waiting time is elapsed
|
long getId()
TupleTemplate getTemplateArgument()
Tuple getTupleArgument()
java.util.List<Tuple> getTupleListArgument()
java.util.List<Tuple> getTupleListResult()
Tuple getTupleResult()
boolean isGet()
get
operationboolean isGetS()
get_s
operationboolean isIn()
in
operationboolean isInAll()
in_all
operationboolean isInp()
inp
operationboolean isNo()
no
operationboolean isNoAll()
noall
operationboolean isNop()
nop
operationboolean isOperationCompleted()
boolean isOut()
out
operationboolean isOutAll()
out_all
operationboolean isRd()
rd
operationboolean isRdAll()
rd_all
operationboolean isRdp()
rdp
operationboolean isResultFailure()
boolean isResultSuccess()
boolean isSet()
set
operationboolean isSetS()
set_s
operationboolean isUin()
uin
operationboolean isUinp()
uinp
operationboolean isUrd()
urd
operationboolean isUrdp()
urdp
operationvoid waitForOperationCompletion()
void waitForOperationCompletion(long ms) throws OperationTimeOutException
ms
- maximum waiting timeOperationTimeOutException
- if the given timeout expires prior to operation completion