org.objectweb.easybeans.rpc.rmi.server
Class RMIServerRPCImpl_Stub
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteStub
org.objectweb.easybeans.rpc.rmi.server.RMIServerRPCImpl_Stub
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RMIServerRPC
public final class RMIServerRPCImpl_Stub
- extends java.rmi.server.RemoteStub
- implements RMIServerRPC
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.RemoteStub |
setRef |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
$method_getEJBResponse_0
private static java.lang.reflect.Method $method_getEJBResponse_0
RMIServerRPCImpl_Stub
public RMIServerRPCImpl_Stub(java.rmi.server.RemoteRef ref)
getEJBResponse
public EJBResponse getEJBResponse(EJBRequest $param_EJBRequest_1)
throws java.rmi.RemoteException
- Description copied from interface:
RMIServerRPC
- Handle a request and send back a response.
- Specified by:
getEJBResponse
in interface RMIServerRPC
- Parameters:
$param_EJBRequest_1
- the ejb request to handle.
- Returns:
- a response.
- Throws:
java.rmi.RemoteException
- if there are errors on the prococol.