|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EJBRemoteRequest | |
|---|---|
| org.ow2.easybeans.api | Implementation of EJB 3.0 container API |
| org.ow2.easybeans.rpc.api | Implementation of EJB 3.0 container |
| Uses of EJBRemoteRequest in org.ow2.easybeans.api |
|---|
| Methods in org.ow2.easybeans.api with parameters of type EJBRemoteRequest | |
|---|---|
EJBResponse |
Factory.rpcInvoke(EJBRemoteRequest request)
A remote request comes to the bean factory and needs to be handled. A response is done which contains the answer. |
| Uses of EJBRemoteRequest in org.ow2.easybeans.rpc.api |
|---|
| Methods in org.ow2.easybeans.rpc.api with parameters of type EJBRemoteRequest | |
|---|---|
EJBResponse |
RMIServerRPC.getEJBResponse(EJBRemoteRequest request)
Handle a request and send back a response. |
EJBResponse |
ClientRPC.sendEJBRequest(EJBRemoteRequest request)
Sends a request comes to the remote side. A response is done by the remote side and it sends back a response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||