Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.carol.rmi.jrmp.server.JRemoteServerCall
public class JRemoteServerCall
extends java.lang.Object
implements RemoteCall
JRemoteServerCall
is the CAROL JRMP Remote Server call
with context propagation
Field Summary | |
protected JServerRequestInterceptor[] |
|
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
ObjectInput |
|
ObjectOutput |
|
ObjectOutput |
|
void |
|
void |
|
public JRemoteServerCall(RemoteCall impl, JServerRequestInterceptor[] sis)
Constructor for server side call
- Parameters:
impl
- the Remote callsis
- the server interceptor
public void done() throws IOException
Deprecated.
- See Also:
java.rmi.server.RemoteCall.done()
public void executeCall() throws Exception
Deprecated.
- See Also:
java.rmi.server.RemoteCall.executeCall()
public ObjectInput getInputStream() throws IOException
Deprecated.
- See Also:
java.rmi.server.RemoteCall.getInputStream()
public ObjectOutput getOutputStream() throws IOException
Deprecated.
public ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
Deprecated.
override getResultStream to dissociate and pass contexts back to the client. This method might be called several times.
- Parameters:
success
- if success
public void releaseInputStream() throws IOException
Deprecated.
- See Also:
java.rmi.server.RemoteCall.releaseInputStream()
public void releaseOutputStream() throws IOException
Deprecated.
- See Also:
java.rmi.server.RemoteCall.releaseOutputStream()