KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > RemoteCall

java.rmi.server
Interface RemoteCall

See Also:
Top Examples, Source Code, @Deprecated, RemoteRef

@Deprecated
void done()
          throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
void executeCall()
                 throws Exception
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
ObjectInput getInputStream()
                           throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
ObjectOutput getOutputStream()
                             throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
ObjectOutput getResultStream(boolean success)
                             throws IOException,
                                    StreamCorruptedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
void releaseInputStream()
                        throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
void releaseOutputStream()
                         throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags