|
|||||||||||
| 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 | |
ClassLoader |
getClassLoader()
|
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()
|
protected Object |
readResolve()
|
| 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 ClassLoader getClassLoader()
public int getMethodIndex(Method method)
public Class getLocalInterfaceClass()
getLocalInterfaceClass in interface org.tranql.ejb.EJBProxyFactorypublic Class getRemoteInterfaceClass()
getRemoteInterfaceClass in interface org.tranql.ejb.EJBProxyFactorypublic javax.ejb.EJBObject getEJBObject(Object primaryKey)
getEJBObject in interface org.tranql.ejb.EJBProxyFactorypublic javax.ejb.EJBHome getEJBHome()
public javax.ejb.EJBLocalObject getEJBLocalObject(Object primaryKey)
getEJBLocalObject in interface org.tranql.ejb.EJBProxyFactorypublic javax.ejb.EJBLocalHome getEJBLocalHome()
protected Object readResolve()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||