public interface GenericEJBHome
extends javax.ejb.EJBHome
| Modifier and Type | Method and Description |
|---|---|
RemoteAsyncResult |
cancel(long asyncTaskID)
Remote Future.cancel() behavior.
|
RemoteAsyncResult |
get(long asyncTaskID) |
RemoteAsyncResult |
getWithTimeout(long asyncTaskID,
long timeoutValue,
String timeoutUnit) |
RemoteAsyncResult |
isDone(long asyncTaskID) |
RemoteAsyncResult get(long asyncTaskID) throws RemoteException
RemoteExceptionRemoteAsyncResult getWithTimeout(long asyncTaskID, long timeoutValue, String timeoutUnit) throws RemoteException, TimeoutException
RemoteExceptionTimeoutExceptionRemoteAsyncResult cancel(long asyncTaskID) throws RemoteException
asyncTaskID - RemoteExceptionRemoteAsyncResult isDone(long asyncTaskID) throws RemoteException
asyncTaskID - RemoteExceptionCopyright © 2019. All rights reserved.