Interface IAsyncResult
-
- All Known Implementing Classes:
AsyncRequestResult
public interface IAsyncResult extends Future<Object>
Represents the stauts of Asynchronous operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAsyncState()WaitHandlegetAsyncWaitHanle()booleangetCompleteSynchronously()booleangetIsCompleted()
-
-
-
Method Detail
-
getAsyncState
Object getAsyncState()
-
getAsyncWaitHanle
WaitHandle getAsyncWaitHanle()
-
getCompleteSynchronously
boolean getCompleteSynchronously()
-
getIsCompleted
boolean getIsCompleted()
-
-