You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2002/08/22 02:32:59 UTC

cvs commit: jakarta-avalon-apps/infomover/src/java/org/apache/infomover/connection ConnectionManager.java

bloritsch    2002/08/21 17:32:59

  Modified:    infomover/src/java/org/apache/infomover/connection
                        ConnectionManager.java
  Log:
  Cleanup of connections--we need to add the handler
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-avalon-apps/infomover/src/java/org/apache/infomover/connection/ConnectionManager.java
  
  Index: ConnectionManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/infomover/src/java/org/apache/infomover/connection/ConnectionManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionManager.java	22 Aug 2002 00:25:34 -0000	1.2
  +++ ConnectionManager.java	22 Aug 2002 00:32:59 -0000	1.3
  @@ -68,10 +68,10 @@
       /**
        * Unregisters a connection associated with the name.
        */
  -    void disconnect( String name );
  +    void disconnect( String name ) throws Exception;
   
       /**
        * Unregisters a connection associated with the name.
        */
  -    void disconnect( String name, boolean force );
  +    void disconnect( String name, boolean force ) throws Exception;
   }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>