|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.rmi.jrmp.server.JRemoteServerCall
public class JRemoteServerCall
Class JRemoteServerCall
is the CAROL JRMP Remote Server call
with context propagation
Field Summary | |
---|---|
protected JServerRequestInterceptor[] |
sis
Array of Interceptor for this Server Ref |
Constructor Summary | |
---|---|
JRemoteServerCall(java.rmi.server.RemoteCall impl,
JServerRequestInterceptor[] sis)
Constructor for server side call |
Method Summary | |
---|---|
void |
done()
Deprecated. |
void |
executeCall()
Deprecated. |
java.io.ObjectInput |
getInputStream()
Deprecated. |
java.io.ObjectOutput |
getOutputStream()
Deprecated. |
java.io.ObjectOutput |
getResultStream(boolean success)
Deprecated. |
void |
releaseInputStream()
Deprecated. |
void |
releaseOutputStream()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JServerRequestInterceptor[] sis
Constructor Detail |
---|
public JRemoteServerCall(java.rmi.server.RemoteCall impl, JServerRequestInterceptor[] sis)
impl
- the Remote callsis
- the server interceptorMethod Detail |
---|
public java.io.ObjectOutput getResultStream(boolean success) throws java.io.IOException, java.io.StreamCorruptedException
getResultStream
in interface java.rmi.server.RemoteCall
success
- if success
java.io.IOException
java.io.StreamCorruptedException
public java.io.ObjectOutput getOutputStream() throws java.io.IOException
getOutputStream
in interface java.rmi.server.RemoteCall
java.io.IOException
public void releaseOutputStream() throws java.io.IOException
releaseOutputStream
in interface java.rmi.server.RemoteCall
java.io.IOException
RemoteCall.releaseOutputStream()
public java.io.ObjectInput getInputStream() throws java.io.IOException
getInputStream
in interface java.rmi.server.RemoteCall
java.io.IOException
RemoteCall.getInputStream()
public void releaseInputStream() throws java.io.IOException
releaseInputStream
in interface java.rmi.server.RemoteCall
java.io.IOException
RemoteCall.releaseInputStream()
public void executeCall() throws java.lang.Exception
executeCall
in interface java.rmi.server.RemoteCall
java.lang.Exception
RemoteCall.executeCall()
public void done() throws java.io.IOException
done
in interface java.rmi.server.RemoteCall
java.io.IOException
RemoteCall.done()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |