|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.container.svc.EasyBeansHomeHandle
public class EasyBeansHomeHandle
This class is used by the EJB 2.1 clients in order to get the Home Handle to the EJB.
Field Summary | |
---|---|
private EJBHome |
ejbHome
Proxy object acting as the EJBHome. |
private static long |
serialVersionUID
UID used for the serialization. |
Constructor Summary | |
---|---|
EasyBeansHomeHandle(EJBHome ejbHome)
Build a HomeHandle based on the given ejbHome. |
Method Summary | |
---|---|
EJBHome |
getEJBHome()
Obtain the home object represented by this handle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private EJBHome ejbHome
Constructor Detail |
---|
public EasyBeansHomeHandle(EJBHome ejbHome)
ejbHome
- the ejb home proxy.Method Detail |
---|
public EJBHome getEJBHome()
getEJBHome
in interface HomeHandle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |