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
Methods inherited from interface org.bedework.util.jmx.BaseMBean
getServiceName, isRunning, start, stopMethods inherited from interface org.bedework.util.jmx.ConfBaseMBean
getConfigName, getStatus, saveConfig, setStatus
-
Method Details
-
getHost
-
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
- Returns:
- all hosts
-
loadConfigs
String loadConfigs()(Re)load the configurations- Returns:
- status
-