|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RemoteCall
is an abstraction used solely by the RMI runtime
(in conjunction with stubs and skeletons of remote objects) to carry out a
call to a remote object. The RemoteCall
interface is
deprecated in JDK1.2 since it is only used by deprecated methods of
java.rmi.server.RemoteRef
.
RemoteRef
Method Summary | |
void |
done()
Deprecated. no replacement |
void |
executeCall()
Deprecated. no replacement |
ObjectInput |
getInputStream()
Deprecated. no replacement |
ObjectOutput |
getOutputStream()
Deprecated. no replacement |
ObjectOutput |
getResultStream(boolean success)
Deprecated. no replacement |
void |
releaseInputStream()
Deprecated. no replacement |
void |
releaseOutputStream()
Deprecated. no replacement |
Method Detail |
public ObjectOutput getOutputStream() throws IOException
public void releaseOutputStream() throws IOException
public ObjectInput getInputStream() throws IOException
public void releaseInputStream() throws IOException
public ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
success
- If true, indicates normal return, else indicates
exceptional return.public void executeCall() throws Exception
public void done() throws IOException
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |