Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ejb.plugins.cmp » bridge » [javadoc | source]
org.jboss.ejb.plugins.cmp.bridge
public class: EntityBridgeInvocationHandler [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler

All Implemented Interfaces:
    InvocationHandler

EntityBridgeInvocationHandler is the invocation hander used by the CMP 2.x dynamic proxy. This class only interacts with the EntityBridge. The main job of this class is to deligate invocation of abstract methods to the appropriate EntityBridge method.

Life-cycle: Tied to the life-cycle of an entity bean instance.

Multiplicity: One per cmp entity bean instance, including beans in pool.

Nested Class Summary:
public interface  EntityBridgeInvocationHandler.BridgeInvoker   
public static class  EntityBridgeInvocationHandler.FieldGetInvoker   
public static class  EntityBridgeInvocationHandler.FieldSetInvoker   
Constructor:
 public EntityBridgeInvocationHandler(Map fieldMap,
    Map selectorMap,
    Class beanClass) 
    Creates an invocation handler for the specified entity.
Method from org.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler Summary:
invoke,   setContext
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler Detail:
 public Object invoke(Object proxy,
    Method method,
    Object[] args) throws FinderException 
 public  void setContext(EntityEnterpriseContext ctx)