Package org.objectweb.easybeans.rpc

Implementation of EJB 3.0 container

See:
          Description

Class Summary
AbsCallRef Define a common Referenceable objectd used by local or remote EJB.
AbsInvocationHandler Abstract class used by remote or local invocation handler.
ClientRPCInvocationHandler This class sends an EJB request to the server and send back to the client the response.
JEJBRequest Implementation of the EJBRequest interface.
JEJBResponse Implementation of the EJBResponse interface.
LocalCallFactory Factory creating an EJB proxy for local calls.
LocalCallInvocationHandler Object acting as the proxy for local interfaces calls.
LocalCallRef Define the Referenceable objectd used by local EJB.
RemoteCallFactory Factory creating an EJB proxy for remote calls.
RemoteCallRef Defines the Referenceable objectd used by remote EJBs.
RPC Gets a RPC client.
By default it will use RMI RPC.
 

Package org.objectweb.easybeans.rpc Description

Implementation of EJB 3.0 container