/[classpath]/classpath/gnu/classpath/jdwp/transport/ITransport.java
ViewVC logotype

Diff of /classpath/gnu/classpath/jdwp/transport/ITransport.java

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

revision 1.2.2.1 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.2.2.2 by gnu_andrew, Sat Sep 10 15:31:36 2005 UTC
# Line 49  import java.util.HashMap; Line 49  import java.util.HashMap;
49   * A class representing a transport layer. This class serves as a generic   * A class representing a transport layer. This class serves as a generic
50   * interface for all transport types used in the JDWP back-end.   * interface for all transport types used in the JDWP back-end.
51   *   *
52   * @author Keith Seitz <keiths@redhat.com>   * @author Keith Seitz (keiths@redhat.com)
53   */   */
54  public interface ITransport  public interface ITransport
55  {  {
# Line 71  public interface ITransport Line 71  public interface ITransport
71      throws TransportException;      throws TransportException;
72    
73    /**    /**
74       * Shutdown the transport
75       */
76      public void shutdown ();
77    
78      /**
79     * Get the input stream for the transport     * Get the input stream for the transport
80     */     */
81    public InputStream getInputStream ()    public InputStream getInputStream ()

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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