/[classpath]/classpath/java/rmi/server/RemoteCall.java
ViewVC logotype

Diff of /classpath/java/rmi/server/RemoteCall.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mkoch, Sun Mar 23 09:15:08 2003 UTC revision 1.4 by mkoch, Mon Mar 31 11:23:57 2003 UTC
# Line 46  import java.io.StreamCorruptedException; Line 46  import java.io.StreamCorruptedException;
46  /**  /**
47   * @deprecated   * @deprecated
48   */   */
49  public interface RemoteCall {  public interface RemoteCall
50    {
51      /**
52       * @deprecated
53       */
54      public ObjectOutput getOutputStream () throws IOException;
55    
56  public ObjectOutput getOutputStream() throws IOException;    /**
57  public void releaseOutputStream() throws IOException;     * @deprecated
58  public ObjectInput getInputStream() throws IOException;     */
59  public void releaseInputStream() throws IOException;    public void releaseOutputStream () throws IOException;
 public ObjectOutput getResultStream(boolean success) throws IOException, StreamCorruptedException;  
 public void executeCall() throws Exception;  
 public void done() throws IOException;  
60    
61      /**
62       * @deprecated
63       */
64      public ObjectInput getInputStream () throws IOException;
65    
66      /**
67       * @deprecated
68       */
69      public void releaseInputStream () throws IOException;
70    
71      /**
72       * @deprecated
73       */
74      public ObjectOutput getResultStream (boolean success)
75        throws IOException, StreamCorruptedException;
76    
77      /**
78       * @deprecated
79       */
80      public void executeCall () throws Exception;
81    
82      /**
83       * @deprecated
84       */
85      public void done () throws IOException;
86  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26