org.jboss.ejb.plugins.cmp.bridge
Class EntityBridgeInvocationHandler.FieldSetInvoker

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler.FieldSetInvoker
All Implemented Interfaces:
EntityBridgeInvocationHandler.BridgeInvoker (src)
Enclosing class:
EntityBridgeInvocationHandler (src)

public static class EntityBridgeInvocationHandler.FieldSetInvoker
extends java.lang.Object
implements EntityBridgeInvocationHandler.BridgeInvoker (src)


Constructor Summary
EntityBridgeInvocationHandler.FieldSetInvoker(FieldBridge (src)  field)
           
 
Method Summary
 java.lang.Object invoke(EntityEnterpriseContext (src)  ctx, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityBridgeInvocationHandler.FieldSetInvoker

public EntityBridgeInvocationHandler.FieldSetInvoker(FieldBridge (src)  field)
Method Detail

invoke

public java.lang.Object invoke(EntityEnterpriseContext (src)  ctx,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
Specified by:
invoke in interface EntityBridgeInvocationHandler.BridgeInvoker (src)