Interface BaseBroadcastGroupControl

    • Method Detail

      • getName

        String getName()
        Returns the configuration name of this broadcast group.
      • getBroadcastPeriod

        long getBroadcastPeriod()
        Returns the period used by this broadcast group.
      • getConnectorPairs

        Object[] getConnectorPairs()
        Returns the pairs of live-backup connectors that are broadcasted by this broadcast group.
      • getConnectorPairsAsJSON

        String getConnectorPairsAsJSON()
                                throws Exception
        Returns the pairs of live-backup connectors that are broadcasted by this broadcast group using JSON serialization.
        Throws:
        Exception