org.jboss.proxy.ejb
Class EntityInterceptor

java.lang.Object
  extended by org.jboss.proxy.Interceptor
      extended by org.jboss.proxy.ejb.GenericEJBInterceptor
          extended by org.jboss.proxy.ejb.EntityInterceptor
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
ListEntityInterceptor

public class EntityInterceptor
extends GenericEJBInterceptor

An EJB entity bean proxy class.

Version:
$Revision: 1.8 $
Author:
Marc Fleury
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.ejb.GenericEJBInterceptor
EQUALS, GET_EJB_HOME, GET_HANDLE, GET_PRIMARY_KEY, HASH_CODE, IS_IDENTICAL, TO_STRING
 
Fields inherited from class org.jboss.proxy.Interceptor
nextInterceptor
 
Constructor Summary
EntityInterceptor()
          No-argument constructor for externalization.
 
Method Summary
 Object invoke(Invocation invocation)
          InvocationHandler implementation.
 
Methods inherited from class org.jboss.proxy.ejb.GenericEJBInterceptor
getEJBHome
 
Methods inherited from class org.jboss.proxy.Interceptor
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 Object invoke(Invocation invocation)
              throws Throwable
InvocationHandler implementation.

Specified by:
invoke in class Interceptor
Parameters:
proxy - The proxy object.
m - The method being invoked.
args - The arguments for the method.
Throws:
Throwable - Any exception or error thrown while processing.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.