Package org.apache.iotdb.commons.service
Class JMXService
- java.lang.Object
-
- org.apache.iotdb.commons.service.JMXService
-
-
Constructor Summary
Constructors Constructor Description JMXService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidderegisterMBean(java.lang.String name)function for deregistering MBean.ServiceTypegetID()Get the name of the the service.static voidregisterMBean(java.lang.Object mbean, java.lang.String name)function for registering MBean.voidstart()Start current service.voidstop()Stop current service.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.commons.service.IService
shutdown, waitAndStop
-
-
-
-
Method Detail
-
registerMBean
public static void registerMBean(java.lang.Object mbean, java.lang.String name)function for registering MBean.
-
deregisterMBean
public static void deregisterMBean(java.lang.String name)
function for deregistering MBean.
-
getID
public ServiceType getID()
Description copied from interface:IServiceGet the name of the the service.
-
start
public void start()
Description copied from interface:IServiceStart current service.
-
-