Package org.bedework.bwcli
Class JolokiaConfigClient
- java.lang.Object
-
- org.bedework.util.jolokia.JolokiaClient
-
- org.bedework.bwcli.JolokiaConfigClient
-
- All Implemented Interfaces:
org.bedework.util.logging.Logged
public class JolokiaConfigClient extends org.bedework.util.jolokia.JolokiaClientUser: mike Date: 12/3/15 Time: 00:32
-
-
Constructor Summary
Constructors Constructor Description JolokiaConfigClient(String url, String id, String pw)
-
Method Summary
-
Methods inherited from class org.bedework.util.jolokia.JolokiaClient
exec, execString, execStringList, execute, getClient, getLogger, getMemory, getStatus, multiLine, readString, waitCompletion, waitCompletion, writeVal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
Method Detail
-
coreSchema
public List<String> coreSchema(boolean export, String out) throws Throwable
- Throws:
Throwable
-
rebuildEntityIndex
public List<String> rebuildEntityIndex(String docType) throws Throwable
- Throws:
Throwable
-
setSyncAttr
public void setSyncAttr(String attrName, String val) throws Throwable
- Throws:
Throwable
-
syncSchema
public List<String> syncSchema(boolean export, String out) throws Throwable
- Throws:
Throwable
-
carddavSchema
public List<String> carddavSchema(boolean export, String out) throws Throwable
- Throws:
Throwable
-
notifierSchema
public List<String> notifierSchema(boolean export, String out) throws Throwable
- Throws:
Throwable
-
selfregAddUser
public String selfregAddUser(String account, String first, String last, String email, String pw) throws Throwable
- Throws:
Throwable
-
selfregSchema
public List<String> selfregSchema(boolean export, String out) throws Throwable
- Throws:
Throwable
-
eventregSchema
public List<String> eventregSchema(boolean export, String out) throws Throwable
- Throws:
Throwable
-
setAttr
public void setAttr(String mbean, String attrName, String val) throws Throwable
- Throws:
Throwable
-
doSchema
public List<String> doSchema(String mbean, boolean export, String out) throws Throwable
- Throws:
Throwable
-
-