org.jboss.ejb3.proxy.handler.session
Interface SessionProxyInvocationHandler

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

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

SessionProxyInvocationHandler Defines contract for operations required of a JBoss Session Bean Proxy Invocation Handler


Method Summary
 
Methods inherited from interface org.jboss.ejb3.proxy.handler.ProxyInvocationHandler
getAsynchronousProxy
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke