|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBProxyFactory
Method Summary | |
---|---|
javax.ejb.EJBLocalObject |
getEJBLocalObject(java.lang.Object pk)
Return a local proxy to the specified instance |
javax.ejb.EJBObject |
getEJBObject(java.lang.Object pk)
Return a remote proxy to the specified instance |
java.lang.Class |
getLocalInterfaceClass()
Return the Class of the local interface |
java.lang.Class |
getRemoteInterfaceClass()
Return the Class of the remote interface |
Method Detail |
---|
java.lang.Class getLocalInterfaceClass()
javax.ejb.EJBLocalObject getEJBLocalObject(java.lang.Object pk)
pk
- the id of the instance
java.lang.Class getRemoteInterfaceClass()
javax.ejb.EJBObject getEJBObject(java.lang.Object pk)
pk
- the id of the instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |