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:
  • Field Details

    • asyncID

      public Long asyncID
    • resultValue

      public Object resultValue
    • resultException

      public Throwable resultException
  • Constructor Details

    • RemoteAsyncResult

      public RemoteAsyncResult()