|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBObjectHandler | |
---|---|
org.openejb.client | The core classes of the container system implementing the interfaces defined by the OpenEJB server. |
Uses of EJBObjectHandler in org.openejb.client |
---|
Subclasses of EJBObjectHandler in org.openejb.client | |
---|---|
class |
EntityEJBObjectHandler
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles. |
class |
StatefulEJBObjectHandler
|
class |
StatelessEJBObjectHandler
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 EJBObjectHandler | |
---|---|
protected EJBObjectHandler |
EJBObjectHandle.handler
|
Methods in org.openejb.client that return EJBObjectHandler | |
---|---|
static EJBObjectHandler |
EJBObjectHandler.createEJBObjectHandler(EJBMetaDataImpl ejb,
ServerMetaData server,
ClientMetaData client,
java.lang.Object primaryKey)
|
EJBObjectHandler |
EJBObjectProxy.getEJBObjectHandler()
Returns the EJBObjectImpl acting as handler for this proxy |
protected EJBObjectHandler |
StatelessEJBHomeHandler.newEJBObjectHandler()
|
Constructors in org.openejb.client with parameters of type EJBObjectHandler | |
---|---|
EJBObjectProxyHandle(EJBObjectHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |