protected class AbstractRemoteInvocationCaller.TransactionalCallBuilder extends Object
GenericRemoteInvocationTransactionalCalls
.Modifier and Type | Field and Description |
---|---|
private List<RemoteInvocationCallData<?,CALL>> |
callDataList |
Constructor and Description |
---|
TransactionalCallBuilder()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(RemoteInvocationCallData<?,CALL> data) |
TX_CALLS |
build() |
(package private) void |
handleResults(GenericRemoteInvocationTransactionalResults results)
Processes the given
results . |
private final List<RemoteInvocationCallData<?,CALL extends RemoteInvocationCall>> callDataList
add(RemoteInvocationCallData)
public void add(RemoteInvocationCallData<?,CALL> data)
data
- is the RemoteInvocationCallData
to add.public TX_CALLS build()
GenericRemoteInvocationTransactionalCalls
instance for this builder.void handleResults(GenericRemoteInvocationTransactionalResults results)
results
.results
- are the GenericRemoteInvocationTransactionalResults
to handle.Copyright © 2001–2016 mmm-Team. All rights reserved.