Class Summary |
BaseEjbProxyHandler |
This InvocationHandler and its proxy are serializable and can be used by
HomeHandle, Handle, and MetaData to persist and revive handles. |
EjbHomeProxyHandler |
This is an InvocationHandler that is used only for handling requests from an
EJBHome stub. |
EjbObjectProxyHandler |
This InvocationHandler and its proxy are serializable and can be used by
HomeHandle, Handle, and MetaData to persist and revive handles. |
IntraVmArtifact |
This class represents all artifacts of the IntraVM in a stream. |
IntraVmCopyMonitor |
This class is used to demarcate intra-VM copy operations so
that intra-VM artifacts such as IntraVmHandle, IntraVmMetaData,
and BaseEjbProxyHandlers (EjbHomeProxyHandler and EjbObjectProxyHandler)
can know when they should replace themselves during serialization
with an IntraVmArtifact or a application server specific artifact. |
IntraVmHandle |
IntraVM implementation of the interface javax.ejb.Handle |
IntraVmMetaData |
IntraVM server implementation of the javax.ejb.EJBMetaData interface. |
IntraVmServer |
REMOTE to LOCAL SERIALIZATION |
SpecialProxyInfo |
Business methods that return EJBHome or EJBObject references to local
beans (beans in the same container system) must have the return value
converted to a ProxyInfo object so that the server can provide the client
with a proper remote reference. |
The IntraVM server. Allows for interaction among beans in the same virtual machine while respecting the remote semantics required by EJB.