1 Reply Latest reply on Jun 9, 2011 3:56 AM by ronsen

    Invoking method on all nodes of a cluster

    hebus007

      Hi,

      I wonder if it's possible to invoke a method on all instances of a MBean of a cluster?

        • 1. Re: Invoking method on all nodes of a cluster
          ronsen

          Not as far as i know, but you could lookup a cluster view via haPartition and loop through the server nodes and call the methods manually.

          It's a bit more work and probably not the fastest possibility but should do it.

           

          --------

          Somethuing different just came in my mind, what if you install listeners on every node and broadcast a message to all of them?