User: ejort   
  Date: 02/03/23 13:10:59

  Modified:    src/main/org/jbossmx/cluster/watchdog SwapMachines.java
  Log:
  JBoss/JBossMX integration. Also includes a fix to the cluster tests and a more 
complete ejblink test that currently fails
  
  Revision  Changes    Path
  1.2       +2 -2      jbossmx/src/main/org/jbossmx/cluster/watchdog/SwapMachines.java
  
  Index: SwapMachines.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmx/src/main/org/jbossmx/cluster/watchdog/SwapMachines.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SwapMachines.java 29 Mar 2001 13:49:30 -0000      1.1
  +++ SwapMachines.java 23 Mar 2002 21:10:59 -0000      1.2
  @@ -343,8 +343,8 @@
   //                    System.out.println("watchdogMachineAgent=" + 
watchdogMachineAgent);
   //                    System.out.println("watchdogObjectName=" + 
watchdogObjectName);
   
  -                    watchedRmiBinding = (String) 
watchdogMachineAgent.invokeMethodOnMBean(
  -                        watchdogObjectName, "getRmiAgentBinding", new Object[0], 
new String[0]);
  +                    watchedRmiBinding = (String) 
watchdogMachineAgent.getMBeanAttribute(
  +                        watchdogObjectName, "RmiAgentBinding");
   
   //                    watchedRmiBinding = 
Configuration.getAgentWatcherDetails(rmiAgentBinding)[0];
   
  
  
  

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

Reply via email to