Package org.osgi.jmx
Class JmxConstants
- java.lang.Object
 - 
- org.osgi.jmx.JmxConstants
 
 
- 
public class JmxConstants extends java.lang.ObjectConstants for OSGi JMX Specification. Additionally, this class contains a number of utility types that are used in different places in the specification. These areLONG_ARRAY_TYPE,STRING_ARRAY_TYPE, andPROPERTIES_TYPE. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARRAY_OFFor an encoded array we need to start with ARRAY_OF.static java.lang.StringBIGDECIMALstatic java.lang.StringBIGINTEGERstatic java.lang.StringBOOLEANstatic java.lang.StringBYTEstatic java.lang.StringCHARACTERstatic java.lang.StringDOUBLEstatic java.lang.StringFLOATstatic java.lang.StringINTEGERstatic java.lang.StringKEYThe key KEY.static ItemKEY_ITEMThe key of a property.static java.lang.StringLONGstatic javax.management.openmbean.ArrayType<java.lang.Long>LONG_ARRAY_TYPEThe MBean Open type for an array of longsstatic java.lang.StringOSGI_COMPENDIUMThe domain name of the selected OSGi compendium MBeansstatic java.lang.StringOSGI_COREThe domain name of the core OSGi MBeansstatic java.lang.StringP_BOOLEANstatic java.lang.StringP_BYTEstatic java.lang.StringP_CHARstatic java.lang.StringP_DOUBLEstatic java.lang.StringP_FLOATstatic java.lang.StringP_INTstatic java.lang.StringP_LONGstatic java.lang.StringP_SHORTstatic javax.management.openmbean.TabularTypePROPERTIES_TYPEDescribes a map with properties.static javax.management.openmbean.CompositeTypePROPERTY_TYPEA Composite Type describing a a single property.static java.util.List<java.lang.String>SCALARA set of all scalars that can be used in theTYPEproperty of aPROPERTIES_TYPE.static java.lang.StringSHORTstatic java.lang.StringSTRINGstatic javax.management.openmbean.ArrayType<java.lang.String>STRING_ARRAY_TYPEThe MBean Open type for an array of stringsstatic java.lang.StringTYPEThe key PROPERTY_TYPE.static ItemTYPE_ITEMThe type of the property.static java.lang.StringVALUEThe key VALUE.static ItemVALUE_ITEMThe value of a property.static java.lang.StringVECTOR_OFFor an encoded vector we need to start with ARRAY_OF.static java.lang.StringVERSION 
 - 
 
- 
- 
Field Detail
- 
STRING_ARRAY_TYPE
public static final javax.management.openmbean.ArrayType<java.lang.String> STRING_ARRAY_TYPE
The MBean Open type for an array of strings 
- 
LONG_ARRAY_TYPE
public static final javax.management.openmbean.ArrayType<java.lang.Long> LONG_ARRAY_TYPE
The MBean Open type for an array of longs 
- 
ARRAY_OF
public static final java.lang.String ARRAY_OF
For an encoded array we need to start with ARRAY_OF. This must be followed by one of the names inSCALAR.- See Also:
 - Constant Field Values
 
 
- 
VECTOR_OF
public static final java.lang.String VECTOR_OF
For an encoded vector we need to start with ARRAY_OF. This must be followed by one of the names inSCALAR.- See Also:
 - Constant Field Values
 
 
- 
VERSION
public static final java.lang.String VERSION
- See Also:
 - Constant Field Values
 
 
- 
STRING
public static final java.lang.String STRING
- See Also:
 - Constant Field Values
 
 
- 
INTEGER
public static final java.lang.String INTEGER
- See Also:
 - Constant Field Values
 
 
- 
LONG
public static final java.lang.String LONG
- See Also:
 - Constant Field Values
 
 
- 
FLOAT
public static final java.lang.String FLOAT
- See Also:
 - Constant Field Values
 
 
- 
DOUBLE
public static final java.lang.String DOUBLE
- See Also:
 - Constant Field Values
 
 
- 
BYTE
public static final java.lang.String BYTE
- See Also:
 - Constant Field Values
 
 
- 
SHORT
public static final java.lang.String SHORT
- See Also:
 - Constant Field Values
 
 
- 
CHARACTER
public static final java.lang.String CHARACTER
- See Also:
 - Constant Field Values
 
 
- 
BOOLEAN
public static final java.lang.String BOOLEAN
- See Also:
 - Constant Field Values
 
 
- 
BIGDECIMAL
public static final java.lang.String BIGDECIMAL
- See Also:
 - Constant Field Values
 
 
- 
BIGINTEGER
public static final java.lang.String BIGINTEGER
- See Also:
 - Constant Field Values
 
 
- 
P_DOUBLE
public static final java.lang.String P_DOUBLE
- See Also:
 - Constant Field Values
 
 
- 
P_FLOAT
public static final java.lang.String P_FLOAT
- See Also:
 - Constant Field Values
 
 
- 
P_LONG
public static final java.lang.String P_LONG
- See Also:
 - Constant Field Values
 
 
- 
P_INT
public static final java.lang.String P_INT
- See Also:
 - Constant Field Values
 
 
- 
P_SHORT
public static final java.lang.String P_SHORT
- See Also:
 - Constant Field Values
 
 
- 
P_BYTE
public static final java.lang.String P_BYTE
- See Also:
 - Constant Field Values
 
 
- 
P_CHAR
public static final java.lang.String P_CHAR
- See Also:
 - Constant Field Values
 
 
- 
P_BOOLEAN
public static final java.lang.String P_BOOLEAN
- See Also:
 - Constant Field Values
 
 
- 
SCALAR
public static final java.util.List<java.lang.String> SCALAR
 
- 
KEY
public static final java.lang.String KEY
The key KEY.- See Also:
 - Constant Field Values
 
 
- 
KEY_ITEM
public static final Item KEY_ITEM
The key of a property. The key isKEYand the type isSimpleType.STRING. 
- 
VALUE
public static final java.lang.String VALUE
The key VALUE.- See Also:
 - Constant Field Values
 
 
- 
VALUE_ITEM
public static final Item VALUE_ITEM
 
- 
TYPE
public static final java.lang.String TYPE
The key PROPERTY_TYPE. ### can we call this value PropertyType and service type ServiceType?- See Also:
 - Constant Field Values
 
 
- 
TYPE_ITEM
public static final Item TYPE_ITEM
 
- 
PROPERTY_TYPE
public static final javax.management.openmbean.CompositeType PROPERTY_TYPE
A Composite Type describing a a single property. A property consists of the following itemsKEY_ITEM,VALUE_ITEM, andTYPE_ITEM. 
- 
PROPERTIES_TYPE
public static final javax.management.openmbean.TabularType PROPERTIES_TYPE
Describes a map with properties. The row type isPROPERTY_TYPE. The index is defined to theKEYof the property. 
- 
OSGI_CORE
public static final java.lang.String OSGI_CORE
The domain name of the core OSGi MBeans- See Also:
 - Constant Field Values
 
 
- 
OSGI_COMPENDIUM
public static final java.lang.String OSGI_COMPENDIUM
The domain name of the selected OSGi compendium MBeans- See Also:
 - Constant Field Values
 
 
 - 
 
 -