| |
|
| java.lang.Object org.ow2.easybeans.container.svc.EasyBeansHandle
EasyBeansHandle | public class EasyBeansHandle implements Handle(Code) | | Handle object of an EJB. This object allows to get the EJB Object. It uses
the HandleDelegate APi for managing its own serialization.
author: Florent Benoit. |
Constructor Summary | |
public | EasyBeansHandle(EJBObject ejbObject) Build an handle for an EJBObject. |
Method Summary | |
public EJBObject | getEJBObject() Obtain the EJB object reference represented by this handle. |
EasyBeansHandle | public EasyBeansHandle(EJBObject ejbObject)(Code) | | Build an handle for an EJBObject.
Parameters: ejbObject - the given EJBObject proxy. |
getEJBObject | public EJBObject getEJBObject()(Code) | | Obtain the EJB object reference represented by this handle.
the EJB object reference represented by this handle. |
|
|
|