org.jboss.ejb.plugins.cmp.bridge
Interface SelectorBridge

All Superinterfaces:
EntityBridgeInvocationHandler.BridgeInvoker
All Known Implementing Classes:
EJBSelectBridge, JDBCSelectorBridge

public interface SelectorBridge
extends EntityBridgeInvocationHandler.BridgeInvoker

SelectorBridge represents one ejbSelect method. Life-cycle: Tied to the EntityBridge. Multiplicity: One for each entity bean ejbSelect method.

Version:
$Revision: 57209 $
Author:
Dain Sundstrom

Method Summary
 Object execute(Object[] args)
           
 Method getMethod()
           
 String getSelectorName()
           
 
Methods inherited from interface org.jboss.ejb.plugins.cmp.bridge.EntityBridgeInvocationHandler.BridgeInvoker
invoke
 

Method Detail

getSelectorName

String getSelectorName()

getMethod

Method getMethod()

execute

Object execute(Object[] args)
               throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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