| java.lang.Object org.ow2.easybeans.rpc.JEJBRequest
JEJBRequest | public class JEJBRequest implements EJBRequest(Code) | | Implementation of the EJBRequest interface.
author: Florent Benoit |
Constructor Summary | |
public | JEJBRequest(String methodName, long methodHash, Object[] args, String containerId, String factoryName, Long beanId) Builds a new request that will be sent on remote side. |
JEJBRequest | public JEJBRequest(String methodName, long methodHash, Object[] args, String containerId, String factoryName, Long beanId) throws RPCException(Code) | | Builds a new request that will be sent on remote side.
Parameters: methodName - the name of the method. Parameters: methodHash - the hash of the method. Parameters: args - the arguments of the method. Parameters: containerId - id of the remote container. Parameters: factoryName - the name of the remote factory. Parameters: beanId - the bean identifier. throws: RPCException - if the request cannot be built. |
getBeanId | public Long getBeanId()(Code) | | the id of the bean. |
getContainerId | public String getContainerId()(Code) | | the container id of this request. It will be used to know thecontainer for which this request is sent. |
getFactory | public String getFactory()(Code) | | the factory name of the container. |
getMethodName | public String getMethodName()(Code) | | name of the method |
|
|