Interface BwHostsMBean

All Superinterfaces:
org.bedework.util.jmx.BaseMBean, org.bedework.util.jmx.ConfBaseMBean
All Known Implementing Classes:
BwHosts

public interface BwHostsMBean extends org.bedework.util.jmx.ConfBaseMBean
Service mbean for ischedule
Author:
douglm
  • Method Summary

    Modifier and Type
    Method
    Description
    addIscheduleHost(String hostname, int port, boolean secure, String url, String principal, String pw)
    Add an ischedule host.
    getHost(String hostname)
     
     
    (Re)load the configurations

    Methods inherited from interface org.bedework.util.jmx.BaseMBean

    getServiceName, isRunning, start, stop

    Methods inherited from interface org.bedework.util.jmx.ConfBaseMBean

    getConfigName, getStatus, saveConfig, setStatus
  • Method Details

    • getHost

      String getHost(String hostname)
    • addIscheduleHost

      String addIscheduleHost(String hostname, int port, boolean secure, String url, String principal, String pw)
      Add an ischedule host.
      Parameters:
      hostname -
      port -
      secure -
      url -
      principal -
      pw -
      Returns:
      status message
    • listHosts

      List<String> listHosts()
      Returns:
      all hosts
    • loadConfigs

      String loadConfigs()
      (Re)load the configurations
      Returns:
      status