org.jboss.proxy.ejb
Class StatelessSessionInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.proxy.ejb.GenericEJBInterceptor (src) 
          extended byorg.jboss.proxy.ejb.StatelessSessionInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class StatelessSessionInterceptor
extends GenericEJBInterceptor (src)

An EJB stateless session bean proxy class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.ejb.GenericEJBInterceptor (src)
EQUALS, GET_EJB_HOME, GET_HANDLE, GET_PRIMARY_KEY, HASH_CODE, IS_IDENTICAL, TO_STRING
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
StatelessSessionInterceptor()
          No-argument constructor for externalization.
 
Method Summary
 java.lang.Object invoke(Invocation (src)  invocation)
          InvocationHandler implementation.
 
Methods inherited from class org.jboss.proxy.ejb.GenericEJBInterceptor (src)
getEJBHome
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Constructor Detail

StatelessSessionInterceptor

public StatelessSessionInterceptor()
No-argument constructor for externalization.

Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  invocation)
                        throws java.lang.Throwable
InvocationHandler implementation.

Specified by:
invoke in class Interceptor (src)
Throws:
java.lang.Throwable - Any exception or error thrown while processing.