Package org.objectweb.easybeans.rpc

Implementation of EJB 3.0 container

See:
          Description

Class Summary
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.
LocalCallInvocationHandler Object acting as the proxy for local interfaces calls.
RPC Gets a RPC client.
By default it will use RMI RPC.
 

Package org.objectweb.easybeans.rpc Description

Implementation of EJB 3.0 container