|
Préférences
Moteurs de recherche
|
||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
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 |
|---|
@Deprecated ObjectOutput getOutputStream() throws IOException
IOException - if an I/O error occurs.@Deprecated void releaseOutputStream() throws IOException
IOException - if an I/O error occurs.@Deprecated ObjectInput getInputStream() throws IOException
IOException - if an I/O error occurs.@Deprecated void releaseInputStream() throws IOException
IOException - if an I/O error occurs.@Deprecated 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.@Deprecated void executeCall() throws Exception
Exception - if a general exception occurs.@Deprecated void done() throws IOException
IOException - if an I/O error occurs.