|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.rpc.rmi.client.RMIClientRPC
public class RMIClientRPC
RMI implementation of the RPC mechanism of EJB requests/responses.
Constructor Summary | |
---|---|
RMIClientRPC()
|
Method Summary | |
---|---|
EJBResponse |
sendEJBRequest(EJBRequest request)
Sends a request comes to the remote side. A response is done by the remote side and it sends back a response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMIClientRPC()
Method Detail |
---|
public EJBResponse sendEJBRequest(EJBRequest request) throws RPCException
sendEJBRequest
in interface ClientRPC
request
- the EJB request.
RPCException
- if the invocation fails.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |