|
|||||||||||
| 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
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 interceptor| Method Detail |
public java.io.ObjectOutput getResultStream(boolean success)
throws java.io.IOException,
java.io.StreamCorruptedException
getResultStream in interface java.rmi.server.RemoteCallsuccess - if success
java.io.IOException
java.io.StreamCorruptedException
public java.io.ObjectOutput getOutputStream()
throws java.io.IOException
getOutputStream in interface java.rmi.server.RemoteCalljava.io.IOException
public void releaseOutputStream()
throws java.io.IOException
releaseOutputStream in interface java.rmi.server.RemoteCalljava.io.IOExceptionRemoteCall.releaseOutputStream()
public java.io.ObjectInput getInputStream()
throws java.io.IOException
getInputStream in interface java.rmi.server.RemoteCalljava.io.IOExceptionRemoteCall.getInputStream()
public void releaseInputStream()
throws java.io.IOException
releaseInputStream in interface java.rmi.server.RemoteCalljava.io.IOExceptionRemoteCall.releaseInputStream()
public void executeCall()
throws java.lang.Exception
executeCall in interface java.rmi.server.RemoteCalljava.lang.ExceptionRemoteCall.executeCall()
public void done()
throws java.io.IOException
done in interface java.rmi.server.RemoteCalljava.io.IOExceptionRemoteCall.done()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||