org.granite.tide.seam.async
Class AsyncContext

java.lang.Object
  extended by org.granite.tide.seam.async.AsyncContext
All Implemented Interfaces:
Serializable

public class AsyncContext
extends Object
implements Serializable

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
AsyncContext(String sessionId, List<org.granite.tide.invocation.ContextResult> results)
           
 
Method Summary
 Identity getIdentity()
           
 List<org.granite.tide.invocation.ContextResult> getResults()
           
 String getSessionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncContext

public AsyncContext(String sessionId,
                    List<org.granite.tide.invocation.ContextResult> results)
Method Detail

getIdentity

public Identity getIdentity()

getSessionId

public String getSessionId()

getResults

public List<org.granite.tide.invocation.ContextResult> getResults()