User: d_jencks
  Date: 01/11/11 22:52:17

  Modified:    src/main/org/jboss/jmx/connector
                        ConnectorFactoryService.java
  Log:
  Changes to move toward eliminating init and destroy from Service interface, and make 
J2eeDeployer use mbean-refs. (2nd try at committing - is cvs acting weird?
  
  Revision  Changes    Path
  1.5       +6 -9      
jboss/src/main/org/jboss/jmx/connector/ConnectorFactoryService.java
  
  Index: ConnectorFactoryService.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/jmx/connector/ConnectorFactoryService.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConnectorFactoryService.java      2001/10/11 01:41:59     1.4
  +++ ConnectorFactoryService.java      2001/11/12 06:52:17     1.5
  @@ -112,16 +112,13 @@
        }
        
        // Protected -----------------------------------------------------
  -     protected void initService() throws Exception {
  +     
  +   protected void startService() throws Exception 
  +   {
         System.out.println( "Init Connector Factory mNotificationTypeService: " +
  -         "NT: " + mNotificationType + ", JMS: " + mJMSName
  -      );
  +                          "NT: " + mNotificationType + ", JMS: " + mJMSName
  +                          );
         mFactory = new ConnectorFactoryImpl( mServer, mNotificationType, mJMSName, 
mEJBAdaptorName );
  -     }
  -     
  -     protected void startService() throws Exception {
  -     }
  +   }
        
  -     protected void stopService() {
  -     }
   }
  
  
  

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

Reply via email to