|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.Class getLocalInterfaceClass()
public javax.ejb.EJBLocalObject getEJBLocalObject(java.lang.Object pk)
pk
- the id of the instance
public java.lang.Class getRemoteInterfaceClass()
public 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 |