org.ow2.easybeans.rpc.api
Interface RMIServerRPC

All Superinterfaces:
Remote

public interface RMIServerRPC
extends Remote

Server side interface which need to handle the requests.

Author:
Florent Benoit

Field Summary
static String RPC_JNDI_NAME
          JNDI name to use when binding the RPC invoker.
 
Method Summary
 EJBResponse getEJBResponse(EJBRemoteRequest request)
          Handle a request and send back a response.
 

Field Detail

RPC_JNDI_NAME

static final String RPC_JNDI_NAME
JNDI name to use when binding the RPC invoker.

See Also:
Constant Field Values
Method Detail

getEJBResponse

EJBResponse getEJBResponse(EJBRemoteRequest request)
                           throws RemoteException
Handle a request and send back a response.

Parameters:
request - the ejb request to handle.
Returns:
a response.
Throws:
RemoteException - if there are errors on the prococol.


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