org.apache.aries.jmx.blueprint
Class JmxConstants

java.lang.Object
  extended by org.apache.aries.jmx.blueprint.JmxConstants

public class JmxConstants
extends Object

Constants. Additionally, this class contains a number of utility types that are used in different places in the specification. These are #LONG_ARRAY_TYPE, STRING_ARRAY_TYPE, and #PRIMITIVE_BYTE_ARRAY_TYPE.


Field Summary
static String ARIES_BLUEPRINT
          The domain name of the Blueprint MBeans
static ArrayType BYTE_ARRAY_TYPE
           
static ArrayType STRING_ARRAY_TYPE
          The MBean Open type for an array of strings
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTE_ARRAY_TYPE

public static final ArrayType BYTE_ARRAY_TYPE

STRING_ARRAY_TYPE

public static final ArrayType STRING_ARRAY_TYPE
The MBean Open type for an array of strings


ARIES_BLUEPRINT

public static final String ARIES_BLUEPRINT
The domain name of the Blueprint MBeans

See Also:
Constant Field Values


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.