|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.proxy.EJBProxyFactory
Constructor Summary | |
EJBProxyFactory(EJBContainer container)
|
|
EJBProxyFactory(ProxyInfo proxyInfo)
|
|
EJBProxyFactory(String containerId,
boolean sessionBean,
Class remoteInterface,
Class homeInterface,
Class localInterface,
Class localHomeInterface)
|
Method Summary | |
javax.ejb.EJBHome |
getEJBHome()
Return a proxy for the EJB's home interface. |
javax.ejb.EJBLocalHome |
getEJBLocalHome()
Return a proxy for the EJB's local home interface. |
javax.ejb.EJBLocalObject |
getEJBLocalObject(Object primaryKey)
Return a proxy for the EJB's local interface. |
String |
getEJBName()
|
javax.ejb.EJBObject |
getEJBObject(Object primaryKey)
Return a proxy for the EJB's remote interface. |
Class |
getLocalInterfaceClass()
|
int |
getMethodIndex(Method method)
|
Class |
getRemoteInterfaceClass()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EJBProxyFactory(EJBContainer container)
public EJBProxyFactory(ProxyInfo proxyInfo)
public EJBProxyFactory(String containerId, boolean sessionBean, Class remoteInterface, Class homeInterface, Class localInterface, Class localHomeInterface)
Method Detail |
public String getEJBName()
public int getMethodIndex(Method method)
public Class getLocalInterfaceClass()
getLocalInterfaceClass
in interface org.tranql.ejb.EJBProxyFactory
public Class getRemoteInterfaceClass()
getRemoteInterfaceClass
in interface org.tranql.ejb.EJBProxyFactory
public javax.ejb.EJBObject getEJBObject(Object primaryKey)
getEJBObject
in interface org.tranql.ejb.EJBProxyFactory
public javax.ejb.EJBHome getEJBHome()
public javax.ejb.EJBLocalObject getEJBLocalObject(Object primaryKey)
getEJBLocalObject
in interface org.tranql.ejb.EJBProxyFactory
public javax.ejb.EJBLocalHome getEJBLocalHome()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |