voldemort.server.jmx
Class JmxService

java.lang.Object
  extended by voldemort.common.service.AbstractService
      extended by voldemort.server.jmx.JmxService
All Implemented Interfaces:
VoldemortService

public class JmxService
extends AbstractService

A service that manages JMX registration


Constructor Summary
JmxService(VoldemortServer server, Cluster cluster, StoreRepository storeRepository, java.util.Collection<VoldemortService> services)
           
 
Method Summary
protected  void startInner()
           
protected  void stopInner()
           
 
Methods inherited from class voldemort.common.service.AbstractService
getType, isStarted, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxService

public JmxService(VoldemortServer server,
                  Cluster cluster,
                  StoreRepository storeRepository,
                  java.util.Collection<VoldemortService> services)
Method Detail

startInner

protected void startInner()
Specified by:
startInner in class AbstractService

stopInner

protected void stopInner()
Specified by:
stopInner in class AbstractService


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu