Uses of Class
org.granite.tide.seam.async.AsyncContext

Packages that use AsyncContext
org.granite.tide.seam   
org.granite.tide.seam.async   
 

Uses of AsyncContext in org.granite.tide.seam
 

Methods in org.granite.tide.seam that return AsyncContext
 AsyncContext AbstractSeamServiceContext.getAsyncContext()
          Constructs an asynchronous context object
 AsyncContext TideEvents.WrappedEvent.getAsyncContext()
           
 

Methods in org.granite.tide.seam with parameters of type AsyncContext
 Object AbstractSeamServiceContext.invokeAsynchronous(AsyncContext asyncContext, String targetComponentName, Class<?> targetComponentClass, String methodName, Class<?>[] paramTypes, Object[] params)
          Implementations of intercepted asynchronous calls Send asynchronous event to client
 void AbstractSeamServiceContext.setAsyncContext(AsyncContext asyncContext)
          Restores an asynchronous context
 

Constructors in org.granite.tide.seam with parameters of type AsyncContext
TideEvents.WrappedEvent(AsyncContext asyncContext, String type, Object[] params)
           
 

Uses of AsyncContext in org.granite.tide.seam.async
 

Methods in org.granite.tide.seam.async with parameters of type AsyncContext
 Object AsynchronousInvoker.invokeAsynchronousCron(AsyncContext asyncContext, String targetComponentName, Class<?> targetComponentClass, String methodName, Class<?>[] paramTypes, Object[] params, Long duration, Date expiration, Date finalExpiration, String intervalCron)
          Implementations of intercepted asynchronous calls (cron interval)
 Object AsynchronousInvoker.invokeAsynchronousDuration(AsyncContext asyncContext, String targetComponentName, Class<?> targetComponentClass, String methodName, Class<?>[] paramTypes, Object[] params, Long duration, Date expiration, Date finalExpiration, Long intervalDuration)
          Implementations of intercepted asynchronous calls (duration interval)
 Object AsynchronousInvoker.invokeAsynchronousDuration(AsyncContext asyncContext, String targetComponentName, Class<?> targetComponentClass, String methodName, Class<?>[] paramTypes, Object[] params, Long duration, Date expiration, Long intervalDuration)
          Implementations of intercepted asynchronous calls (duration interval)