org.jboss.proxy.ejb
Class EntityInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.proxy.ejb.GenericEJBInterceptor (src) 
          extended byorg.jboss.proxy.ejb.EntityInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ListEntityInterceptor (src)

public class EntityInterceptor
extends GenericEJBInterceptor (src)

An EJB entity 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
EntityInterceptor()
          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

EntityInterceptor

public EntityInterceptor()
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.