站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

SelectorBridge (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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: 1.8 $
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

public String getSelectorName()

getMethod

public Method getMethod()

execute

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


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