com.sun.ejb.containers
Class RemoteAsyncResult

java.lang.Object
  extended by 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

Field Summary
 Long asyncID
           
 Throwable resultException
           
 Object resultValue
           
 
Constructor Summary
RemoteAsyncResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

asyncID

public Long asyncID

resultValue

public Object resultValue

resultException

public Throwable resultException
Constructor Detail

RemoteAsyncResult

public RemoteAsyncResult()


Copyright © 2012 GlassFish Community. All Rights Reserved.