Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface RemoteCall
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 the Java 2 platform 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 |
|---|
@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.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.