当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
EJBSelectBridge (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc2.bridge
Class EJBSelectBridge
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc2.bridge.EJBSelectBridge
- All Implemented Interfaces:
- EntityBridgeInvocationHandler.BridgeInvoker, SelectorBridge
- public class EJBSelectBridge
- extends Object
- implements SelectorBridge
- Version:
- $Revision: 1.3 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBSelectBridge
public EJBSelectBridge(EntityContainer container,
Schema schema,
JDBCQueryMetaData metadata,
QueryCommand command)
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.