org.jboss.proxy.ejb
Class StatelessSessionHomeInterceptor

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

public class StatelessSessionHomeInterceptor
extends HomeInterceptor (src)

The client-side proxy for a stateless session Home object, that caches the stateless session interface

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.ejb.HomeInterceptor (src)
EMPTY_ARGS, GET_EJB_META_DATA, GET_HOME_HANDLE, REMOVE_BY_HANDLE, REMOVE_BY_PRIMARY_KEY, REMOVE_OBJECT
 
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
StatelessSessionHomeInterceptor()
          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

StatelessSessionHomeInterceptor

public StatelessSessionHomeInterceptor()
No-argument constructor for externalization.

Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  invocation)
                        throws java.lang.Throwable
Description copied from class: HomeInterceptor (src)
InvocationHandler implementation.

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