com.sun.ejb.containers
Class RemoteAsyncResult

java.lang.Object
  extended by com.sun.ejb.containers.RemoteAsyncResult
All Implemented Interfaces:
java.io.Serializable

public class RemoteAsyncResult
extends java.lang.Object
implements java.io.Serializable

This class stores the result of an async Future operation.

Author:
Kenneth Saks
See Also:
Serialized Form

Field Summary
 java.lang.Long asyncID
           
 java.lang.Throwable resultException
           
 java.lang.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 java.lang.Long asyncID

resultValue

public java.lang.Object resultValue

resultException

public java.lang.Throwable resultException
Constructor Detail

RemoteAsyncResult

public RemoteAsyncResult()


Copyright © 2012 GlassFish Community. All Rights Reserved.