org.jboss.ejb3.nointerface.impl.async
Class AsyncClientInterceptor
java.lang.Object
org.jboss.ejb3.nointerface.impl.async.AsyncClientInterceptor
- All Implemented Interfaces:
- org.jboss.ejb3.sis.Interceptor
public class AsyncClientInterceptor
- extends Object
- implements org.jboss.ejb3.sis.Interceptor
No-interface implementation of a client interceptor to dispatch
asynchronous invocations
- Author:
- ALR
|
Constructor Summary |
AsyncClientInterceptor(org.jboss.ejb3.async.spi.AsyncEndpoint asyncEndpoint,
org.jboss.metadata.ejb.spec.AsyncMethodsMetaData asyncMethods,
Serializable sessionId)
Constructor |
|
Method Summary |
Object |
invoke(javax.interceptor.InvocationContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncClientInterceptor
public AsyncClientInterceptor(org.jboss.ejb3.async.spi.AsyncEndpoint asyncEndpoint,
org.jboss.metadata.ejb.spec.AsyncMethodsMetaData asyncMethods,
Serializable sessionId)
- Constructor
- Parameters:
asyncEndpoint - View of the containerasyncMethods - @Asynchronous Methods for this EJB
invoke
public Object invoke(javax.interceptor.InvocationContext context)
throws Exception
-
- Specified by:
invoke in interface org.jboss.ejb3.sis.Interceptor
- Throws:
Exception- See Also:
Interceptor.invoke(javax.interceptor.InvocationContext)
Copyright © 2010. All Rights Reserved.