public class EJBSelectBridge extends Object implements SelectorBridge
Constructor and Description |
---|
EJBSelectBridge(JDBCStoreManager2 manager,
CmpEntityBeanComponent component,
Schema schema,
JDBCQueryMetaData metadata,
QueryCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(CmpEntityBeanContext ctx,
Object[] args) |
Method |
getMethod() |
String |
getSelectorName() |
Object |
invoke(CmpEntityBeanContext instance,
Method method,
Object[] args) |
public EJBSelectBridge(JDBCStoreManager2 manager, CmpEntityBeanComponent component, Schema schema, JDBCQueryMetaData metadata, QueryCommand command)
public Object invoke(CmpEntityBeanContext instance, Method method, Object[] args) throws Exception
invoke
in interface EntityBridgeInvocationHandler.BridgeInvoker
Exception
public String getSelectorName()
getSelectorName
in interface SelectorBridge
public Method getMethod()
getMethod
in interface SelectorBridge
public Object execute(CmpEntityBeanContext ctx, Object[] args) throws javax.ejb.FinderException
execute
in interface SelectorBridge
javax.ejb.FinderException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.