org.jboss.ejb.plugins.cmp.bridge
Interface EntityBridgeInvocationHandler.BridgeInvoker

All Known Subinterfaces:
SelectorBridge
All Known Implementing Classes:
EJBSelectBridge, EntityBridgeInvocationHandler.FieldGetInvoker, EntityBridgeInvocationHandler.FieldSetInvoker, JDBCSelectorBridge
Enclosing class:
EntityBridgeInvocationHandler

public static interface EntityBridgeInvocationHandler.BridgeInvoker


Method Summary
 Object invoke(EntityEnterpriseContext ctx, Method method, Object[] args)
           
 

Method Detail

invoke

Object invoke(EntityEnterpriseContext ctx,
              Method method,
              Object[] args)
              throws javax.ejb.FinderException,
                     Exception
Throws:
javax.ejb.FinderException
Exception


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