org.apache.zookeeper.jmx
Class CommonNames

java.lang.Object
  extended by org.apache.zookeeper.jmx.CommonNames

public class CommonNames
extends java.lang.Object

A bunch of constants. TODO: will get rid of it eventually.


Field Summary
static java.lang.String DATA_TREE_KEY
           
static java.lang.String DOMAIN
           
static java.lang.String STANDALONE_SERVER_KEY
           
 
Constructor Summary
CommonNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static final java.lang.String DOMAIN
See Also:
Constant Field Values

DATA_TREE_KEY

public static final java.lang.String DATA_TREE_KEY
See Also:
Constant Field Values

STANDALONE_SERVER_KEY

public static final java.lang.String STANDALONE_SERVER_KEY
See Also:
Constant Field Values
Constructor Detail

CommonNames

public CommonNames()


Copyright © 2010 The Apache Software Foundation