You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2003/01/06 00:28:20 UTC

cvs commit: jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/altrmi InstrumentManagerAltrmiServer.java

hammant     2003/01/05 15:28:20

  Modified:    instrument-manager/src/java/org/apache/excalibur/instrument/manager/altrmi
                        InstrumentManagerAltrmiServer.java
  Log:
  AltRMI renames
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/altrmi/InstrumentManagerAltrmiServer.java
  
  Index: InstrumentManagerAltrmiServer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/altrmi/InstrumentManagerAltrmiServer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InstrumentManagerAltrmiServer.java	14 Aug 2002 14:58:24 -0000	1.1
  +++ InstrumentManagerAltrmiServer.java	5 Jan 2003 23:28:20 -0000	1.2
  @@ -16,7 +16,7 @@
   
   import org.apache.avalon.framework.activity.Disposable;
   
  -import org.apache.excalibur.altrmi.server.AltrmiServerException;
  +import org.apache.excalibur.altrmi.server.ServerException;
   import org.apache.excalibur.altrmi.server.PublicationDescription;
   import org.apache.excalibur.altrmi.server.PublicationException;
   import org.apache.excalibur.altrmi.server.impl.AbstractServer;
  @@ -44,13 +44,13 @@
        * Constructors
        *-------------------------------------------------------------*/
       public InstrumentManagerAltrmiServer( DefaultInstrumentManager manager )
  -        throws AltrmiServerException, PublicationException
  +        throws ServerException, PublicationException
       {
           this( manager, DEFAULT_PORT );
       }
       
       public InstrumentManagerAltrmiServer( DefaultInstrumentManager manager, int port )
  -        throws AltrmiServerException, PublicationException
  +        throws ServerException, PublicationException
       {
           m_port = port;
           
  
  
  

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