com.sun.ejb.containers
Class RemoteAsyncResult
java.lang.Object
com.sun.ejb.containers.RemoteAsyncResult
- All Implemented Interfaces:
- Serializable
public class RemoteAsyncResult
- extends Object
- implements Serializable
This class stores the result of an async Future operation.
- Author:
- Kenneth Saks
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
asyncID
public Long asyncID
resultValue
public Object resultValue
resultException
public Throwable resultException
RemoteAsyncResult
public RemoteAsyncResult()
Copyright © 2012 GlassFish Community. All Rights Reserved.