Package com.sun.ejb.containers
Class EjbRemoteFutureTask<V>
java.lang.Object
com.sun.ejb.containers.EjbRemoteFutureTask<V>
- All Implemented Interfaces:
Serializable,Future<V>
- Author:
- Ken Saks
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EjbRemoteFutureTask
-
-
Method Details
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
get
- Specified by:
getin interfaceFuture<V>- Throws:
ExecutionException
-
get
public V get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException - Specified by:
getin interfaceFuture<V>- Throws:
InterruptedExceptionExecutionExceptionTimeoutException
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceFuture<V>
-
isDone
public boolean isDone()
-