Similar to {@link #call(Callable)} but returns immediately.The result of the {@link Callable} can be obtained through the {@link Future} object. @return The {@link Future} object that can be used to wait for the completion. @throws IOException If there's an error during the communication.
null
.
@param listener the listener to notify when call starts and is completed. The listener will be notified via the two event types IRemoteCallStartEvent and IRemoteCallCompleteEvent. Must not be null
.
@see org.eclipse.ecf.remoteservice.events.IRemoteCallStartEvent
@see org.eclipse.ecf.remoteservice.events.IRemoteCallCompleteEvent
@since 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|