Uses of Interface
org.ow2.easybeans.rpc.api.EJBResponse

Packages that use EJBResponse
org.ow2.easybeans.api Implementation of EJB 3.0 container API 
org.ow2.easybeans.rpc.api Implementation of EJB 3.0 container 
 

Uses of EJBResponse in org.ow2.easybeans.api
 

Methods in org.ow2.easybeans.api that return EJBResponse
 EJBResponse Factory.localCall(EJBLocalRequest localCallRequest)
          Do a local call on a method of this factory.
 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 EJBResponse in org.ow2.easybeans.rpc.api
 

Methods in org.ow2.easybeans.rpc.api that return EJBResponse
 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.
 



Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.