| java.lang.Object org.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler
EntityBridgeInvocationHandler | public class EntityBridgeInvocationHandler implements InvocationHandler(Code) | | 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.
author: Dain Sundstrom author: Alexey Loubyansky version: $Revision: 57209 $ |
Inner Class :public interface BridgeInvoker | |
Inner Class :public static class FieldGetInvoker implements BridgeInvoker | |
Inner Class :public static class FieldSetInvoker implements BridgeInvoker | |
EntityBridgeInvocationHandler | public EntityBridgeInvocationHandler(Map fieldMap, Map selectorMap, Class beanClass)(Code) | | Creates an invocation handler for the specified entity.
|
|
|