Class AggregateAsyncOperation
java.lang.Object
dev.getelements.elements.rt.routing.AggregateAsyncOperation
- All Implemented Interfaces:
AsyncOperation
-
Field Summary
Fields inherited from interface dev.getelements.elements.rt.remote.AsyncOperation
DEFAULT -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AggregateAsyncOperation
-
-
Method Details
-
cancel
public void cancel()Description copied from interface:AsyncOperationCancels the invocation.- Specified by:
cancelin interfaceAsyncOperation
-
timeout
Description copied from interface:AsyncOperationSets the operation to automatically cancel after the supplied time has elapsed.- Specified by:
timeoutin interfaceAsyncOperation- Parameters:
time- the time to waittimeUnit- the time unit to wait
-