User: schaefera
  Date: 01/09/11 19:10:22

  Modified:    src/main/org/jbossmx/cluster/watchdog/agent BaseAgent.java
  Log:
  Adjusted files because of the repackaging of the JMX Connector
  and Adaptors.
  Also the connector and adaptor service files (*.jsr) are separated into
  3 different files because it is neccessary to allow the administrator
  to select which one to use (security, performance etc.). Now the admin
  can add or remove the service files as the need arise.
  
  Revision  Changes    Path
  1.4       +1 -1      
jbossmx/src/main/org/jbossmx/cluster/watchdog/agent/BaseAgent.java
  
  Index: BaseAgent.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmx/src/main/org/jbossmx/cluster/watchdog/agent/BaseAgent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BaseAgent.java    2001/09/11 18:39:56     1.3
  +++ BaseAgent.java    2001/09/12 02:10:22     1.4
  @@ -728,7 +728,7 @@
        */
       private boolean isRmiConnectorService(String className)
       {
  -        return 
org.jboss.jmx.server.RMIConnectorService.class.getName().equals(className);    // ||
  +        return 
org.jboss.jmx.connector.rmi.RMIConnectorService.class.getName().equals(className);    
// ||
       }
   
       /**
  
  
  

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

Reply via email to