| |
|
| java.lang.Object org.ow2.easybeans.container.svc.EasyBeansHomeHandle
EasyBeansHomeHandle | public class EasyBeansHomeHandle implements HomeHandle(Code) | | This class is used by the EJB 2.1 clients in order to get the Home Handle to
the EJB.
author: Florent Benoit |
Constructor Summary | |
public | EasyBeansHomeHandle(EJBHome ejbHome) Build a HomeHandle based on the given ejbHome. |
Method Summary | |
public EJBHome | getEJBHome() Obtain the home object represented by this handle. |
EasyBeansHomeHandle | public EasyBeansHomeHandle(EJBHome ejbHome)(Code) | | Build a HomeHandle based on the given ejbHome. The home is serializable
(proxy) so it can be stored directly.
Parameters: ejbHome - the ejb home proxy. |
getEJBHome | public EJBHome getEJBHome()(Code) | | Obtain the home object represented by this handle.
the home object represented by this handle. |
|
|
|