|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBHomeHandler | |
org.openejb.client | The core classes of the container system implementing the interfaces defined by the OpenEJB server. |
Uses of EJBHomeHandler in org.openejb.client |
Subclasses of EJBHomeHandler in org.openejb.client | |
class |
EntityEJBHomeHandler
|
class |
StatefulEJBHomeHandler
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles. |
class |
StatelessEJBHomeHandler
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles. |
Fields in org.openejb.client declared as EJBHomeHandler | |
protected EJBHomeHandler |
EJBHomeHandle.handler
|
Methods in org.openejb.client that return EJBHomeHandler | |
static EJBHomeHandler |
EJBHomeHandler.createEJBHomeHandler(EJBMetaDataImpl ejb,
ServerMetaData server,
ClientMetaData client)
|
EJBHomeHandler |
EJBHomeProxy.getEJBHomeHandler()
Returns the Handler acting as handler for this proxy |
Constructors in org.openejb.client with parameters of type EJBHomeHandler | |
EJBHomeProxyHandle(EJBHomeHandler handler)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |