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:AsyncOperation
Cancels the invocation.- Specified by:
cancel
in interfaceAsyncOperation
-
timeout
Description copied from interface:AsyncOperation
Sets the operation to automatically cancel after the supplied time has elapsed.- Specified by:
timeout
in interfaceAsyncOperation
- Parameters:
time
- the time to waittimeUnit
- the time unit to wait
-