- All Implemented Interfaces:
- java.io.Serializable, org.jboss.seam.intercept.OptimizedInterceptor
@Interceptor(stateless=true,
type=CLIENT,
around=org.jboss.seam.async.AsynchronousInterceptor.class)
public class TideAsynchronousInterceptor
extends org.jboss.seam.intercept.AbstractInterceptor
Slightly modified version of the Seam asynchronous interceptor which saves the current username
Dispatches method calls to @Asynchronous methods
asynchronously, and returns the "timer" object
if necessary.
- Author:
- William DRAI
- See Also:
- Serialized Form