Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » proxy » ejb » [javadoc | source]
org.jboss.proxy.ejb
abstract public class: GenericEJBInterceptor [javadoc | source]
java.lang.Object
   org.jboss.proxy.Interceptor
      org.jboss.proxy.ejb.GenericEJBInterceptor

All Implemented Interfaces:
    Externalizable

Direct Known Subclasses:
    EntityInterceptor, StatelessSessionInterceptor, StatefulSessionInterceptor, StatelessSessionHomeInterceptor, ListEntityInterceptor, HomeInterceptor

The base EJB behavior interceptor.
Field Summary
protected static final  Method TO_STRING     
protected static final  Method HASH_CODE     
protected static final  Method EQUALS     
protected static final  Method GET_PRIMARY_KEY     
protected static final  Method GET_HANDLE     
protected static final  Method GET_EJB_HOME     
protected static final  Method IS_IDENTICAL     
Fields inherited from org.jboss.proxy.Interceptor:
nextInterceptor
Constructor:
 public GenericEJBInterceptor() 
Method from org.jboss.proxy.ejb.GenericEJBInterceptor Summary:
getEJBHome
Methods from org.jboss.proxy.Interceptor:
getNext,   invoke,   readExternal,   setNext,   writeExternal
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.proxy.ejb.GenericEJBInterceptor Detail:
 protected EJBHome getEJBHome(Invocation invocation) throws NamingException