|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.container.svc.EasyBeansHandle
public class EasyBeansHandle
Handle object of an EJB. This object allows to get the EJB Object. It uses the HandleDelegate APi for managing its own serialization.
Field Summary | |
---|---|
private EJBObject |
ejbObject
EJB Object proxy (that is serializable). |
private static long |
serialVersionUID
UId used for the serialization. |
Constructor Summary | |
---|---|
EasyBeansHandle(EJBObject ejbObject)
Build an handle for an EJBObject. |
Method Summary | |
---|---|
EJBObject |
getEJBObject()
Obtain the EJB object reference 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 EJBObject ejbObject
Constructor Detail |
---|
public EasyBeansHandle(EJBObject ejbObject)
ejbObject
- the given EJBObject proxy.Method Detail |
---|
public EJBObject getEJBObject()
getEJBObject
in interface Handle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |