|
Whole document tree
java.rmi.server
| |||||||||||||||||||||||||||||||||||||||||||||||||
| 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
IOException - if an I/O error occurs.
public void releaseOutputStream()
throws IOException
IOException - if an I/O error occurs.public ObjectInput getInputStream() throws IOException
IOException - if an I/O error occurs.
public void releaseInputStream()
throws IOException
IOException - if an I/O error occurs.public ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException
success - If true, indicates normal return, else indicates
exceptional return.IOException - if an I/O error occurs.StreamCorruptedException - If already been called.
public void executeCall()
throws Exception
Exception - if a general exception occurs.
public void done()
throws IOException
IOException - if an I/O error occurs.
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.