User: starksm 
  Date: 02/04/04 19:56:20

  Modified:    src/main/org/jboss/util Tag: Branch_2_4 CounterService.java
  Log:
  Update stopService signature
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.2   +2 -2      jboss/src/main/org/jboss/util/Attic/CounterService.java
  
  Index: CounterService.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/util/Attic/CounterService.java,v
  retrieving revision 1.1.4.1
  retrieving revision 1.1.4.2
  diff -u -r1.1.4.1 -r1.1.4.2
  --- CounterService.java       20 Nov 2001 09:42:56 -0000      1.1.4.1
  +++ CounterService.java       5 Apr 2002 03:56:20 -0000       1.1.4.2
  @@ -48,7 +48,7 @@
                Reference ref = new Reference(this.getClass().getName(), addr, 
NonSerializableFactory.class.getName(), null);
                ctx.bind("java:/CounterService", ref);
      }
  -   protected void stopService() {
  +   protected void stopService() throws Exception {
         super.stopService();
         try {
            InitialContext ctx = new InitialContext();
  @@ -110,4 +110,4 @@
            entries++;
         }
      }
  -}
  \ No newline at end of file
  +}
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to