java.rmi.server
Interface RemoteCall


Deprecated.

public interface RemoteCall


Method Summary
 void done()
          Deprecated.  
 void executeCall()
          Deprecated.  
 ObjectInput getInputStream()
          Deprecated.  
 ObjectOutput getOutputStream()
          Deprecated.  
 ObjectOutput getResultStream(boolean success)
          Deprecated.  
 void releaseInputStream()
          Deprecated.  
 void releaseOutputStream()
          Deprecated.  
 

Method Detail

getOutputStream

ObjectOutput getOutputStream()
                             throws IOException
Deprecated. 

Throws:
IOException

releaseOutputStream

void releaseOutputStream()
                         throws IOException
Deprecated. 

Throws:
IOException

getInputStream

ObjectInput getInputStream()
                           throws IOException
Deprecated. 

Throws:
IOException

releaseInputStream

void releaseInputStream()
                        throws IOException
Deprecated. 

Throws:
IOException

getResultStream

ObjectOutput getResultStream(boolean success)
                             throws IOException,
                                    StreamCorruptedException
Deprecated. 

Throws:
IOException
StreamCorruptedException

executeCall

void executeCall()
                 throws Exception
Deprecated. 

Throws:
Exception

done

void done()
          throws IOException
Deprecated. 

Throws:
IOException