当前页面:
在线文档首页 >
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
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.