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

All Implemented Interfaces:
    Externalizable

Direct Known Subclasses:
    ListEntityInterceptor

An EJB entity bean proxy class.
Fields inherited from org.jboss.proxy.ejb.GenericEJBInterceptor:
TO_STRING,  HASH_CODE,  EQUALS,  GET_PRIMARY_KEY,  GET_HANDLE,  GET_EJB_HOME,  IS_IDENTICAL
Fields inherited from org.jboss.proxy.Interceptor:
nextInterceptor
Constructor:
 public EntityInterceptor() 
Method from org.jboss.proxy.ejb.EntityInterceptor Summary:
invoke
Methods from org.jboss.proxy.ejb.GenericEJBInterceptor:
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.EntityInterceptor Detail:
 public Object invoke(Invocation invocation) throws Throwable 
    InvocationHandler implementation.