org.jboss.ejb.plugins.cmp.jdbc2.bridge
Class EJBSelectBridge

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc2.bridge.EJBSelectBridge
All Implemented Interfaces:
EntityBridgeInvocationHandler.BridgeInvoker, SelectorBridge

public class EJBSelectBridge
extends Object
implements SelectorBridge

Version:
$Revision: 1.1.2.5 $
Author:
Alexey Loubyansky

Constructor Summary
EJBSelectBridge(EntityContainer container, Schema schema, JDBCQueryMetaData metadata, QueryCommand command)
           
 
Method Summary
 Object execute(Object[] args)
           
 Method getMethod()
           
 String getSelectorName()
           
 Object invoke(EntityEnterpriseContext instance, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBSelectBridge

public EJBSelectBridge(EntityContainer container,
                       Schema schema,
                       JDBCQueryMetaData metadata,
                       QueryCommand command)
Method Detail

invoke

public Object invoke(EntityEnterpriseContext instance,
                     Method method,
                     Object[] args)
              throws Exception
Specified by:
invoke in interface EntityBridgeInvocationHandler.BridgeInvoker
Throws:
Exception

getSelectorName

public String getSelectorName()
Specified by:
getSelectorName in interface SelectorBridge

getMethod

public Method getMethod()
Specified by:
getMethod in interface SelectorBridge

execute

public Object execute(Object[] args)
               throws javax.ejb.FinderException
Specified by:
execute in interface SelectorBridge
Throws:
javax.ejb.FinderException


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