Class JGroupsChannel

java.lang.Object
com.adaptris.failover.jgroups.JGroupsChannel

public class JGroupsChannel extends Object
  • Field Details

    • log

      protected transient org.slf4j.Logger log
  • Constructor Details

    • JGroupsChannel

      public JGroupsChannel()
  • Method Details

    • getInstance

      public static JGroupsChannel getInstance()
    • getJGroupsChannel

      public org.jgroups.JChannel getJGroupsChannel() throws Exception
      Throws:
      Exception
    • start

      public void start() throws Exception
      Throws:
      Exception
    • stop

      public void stop()
    • getConfigFileLocation

      public String getConfigFileLocation()
    • setJGroupsChannel

      public void setJGroupsChannel(org.jgroups.JChannel jGroupsChannel)
    • setConfigFileLocation

      public void setConfigFileLocation(String configFileLocation)
    • getClusterName

      public String getClusterName()
    • setClusterName

      public void setClusterName(String clusterName)