org.jboss.ejb3.proxy.handler
Interface ProxyInvocationHandler

All Superinterfaces:
java.lang.reflect.InvocationHandler, java.io.Serializable
All Known Subinterfaces:
SessionProxyInvocationHandler, SessionSpecProxyInvocationHandler
All Known Implementing Classes:
ProxyInvocationHandlerBase, SessionProxyInvocationHandlerBase, SessionSpecProxyInvocationHandlerBase, StatefulLocalProxyInvocationHandler, StatefulProxyInvocationHandlerBase, StatefulRemoteProxyInvocationHandler, StatelessLocalProxyInvocationHandler, StatelessProxyInvocationHandlerBase, StatelessRemoteProxyInvocationHandler

public interface ProxyInvocationHandler
extends java.lang.reflect.InvocationHandler, java.io.Serializable

ProxyInvocationHandler Defines contract for a generic EJB3 Proxy Invocation Handler


Method Summary
 java.lang.Object getAsynchronousProxy(java.lang.Object proxy)
           
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

getAsynchronousProxy

java.lang.Object getAsynchronousProxy(java.lang.Object proxy)