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

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

public interface SessionSpecProxyInvocationHandler
extends SessionProxyInvocationHandler

SessionSpecProxyInvocationHandler Defines contract for operations required of a Session Bean Proxy Invocation Handler following the EJB3 Specification


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