public class

JmxProperties

extends Object
java.lang.Object
   ↳ com.sun.jmx.defaults.JmxProperties

Class Overview

This contains the property list defined for this JMX implementation.

Summary

Constants
String JMX_IMPL_NAME References the property that specifies the full name of this product implementing the JMX specification.
String JMX_IMPL_VENDOR References the property that specifies the name of the vendor of this product implementing the JMX specification.
String JMX_IMPL_VERSION References the property that specifies the version of this product implementing the JMX specification.
String JMX_INITIAL_BUILDER References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory.
String JMX_SPEC_NAME References the property that specifies the full name of the JMX specification implemented by this product.
String JMX_SPEC_VENDOR References the property that specifies the vendor of the JMX specification implemented by this product.
String JMX_SPEC_VERSION References the property that specifies the version of the JMX specification implemented by this product.
String MBEANSERVER_LOGGER_NAME Logger name for MBean Server information.
String MISC_LOGGER_NAME Logger name for all other JMX classes.
String MLET_LIB_DIR References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory.
String MLET_LOGGER_NAME Logger name for MLet service information.
String MODELMBEAN_LOGGER_NAME Logger name for Model MBean.
String MONITOR_LOGGER_NAME Logger name for Monitor information.
String NOTIFICATION_LOGGER_NAME Logger name for Event Management information.
String RELATION_LOGGER_NAME Logger name for Relation Service.
String SNMP_ADAPTOR_LOGGER_NAME Logger name for SNMP Adaptor.
String SNMP_LOGGER_NAME Logger name for SNMP.
String TIMER_LOGGER_NAME Logger name for Timer information.
Fields
public static final Logger MBEANSERVER_LOGGER Logger for MBean Server information.
public static final Logger MISC_LOGGER Logger for all other JMX classes.
public static final Logger MLET_LOGGER Logger for MLet service information.
public static final Logger MODELMBEAN_LOGGER Logger for Model MBean.
public static final Logger MONITOR_LOGGER Logger for Monitor information.
public static final Logger NOTIFICATION_LOGGER Logger for Event Management information.
public static final Logger RELATION_LOGGER Logger for Relation Service.
public static final Logger SNMP_ADAPTOR_LOGGER Logger for SNMP Adaptor.
public static final Logger SNMP_LOGGER Logger for SNMP.
public static final Logger TIMER_LOGGER Logger for Timer information.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String JMX_IMPL_NAME

References the property that specifies the full name of this product implementing the JMX specification.

Property Name: jmx.implementation.name

Constant Value: "jmx.implementation.name"

public static final String JMX_IMPL_VENDOR

References the property that specifies the name of the vendor of this product implementing the JMX specification.

Property Name: jmx.implementation.vendor

Constant Value: "jmx.implementation.vendor"

public static final String JMX_IMPL_VERSION

References the property that specifies the version of this product implementing the JMX specification.

Property Name: jmx.implementation.version

Constant Value: "jmx.implementation.version"

public static final String JMX_INITIAL_BUILDER

References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory.

Property Name: jmx.mlet.library.dir

Constant Value: "javax.management.builder.initial"

public static final String JMX_SPEC_NAME

References the property that specifies the full name of the JMX specification implemented by this product.

Property Name: jmx.specification.name

Constant Value: "jmx.specification.name"

public static final String JMX_SPEC_VENDOR

References the property that specifies the vendor of the JMX specification implemented by this product.

Property Name: jmx.specification.vendor

Constant Value: "jmx.specification.vendor"

public static final String JMX_SPEC_VERSION

References the property that specifies the version of the JMX specification implemented by this product.

Property Name: jmx.specification.version

Constant Value: "jmx.specification.version"

public static final String MBEANSERVER_LOGGER_NAME

Logger name for MBean Server information.

Constant Value: "javax.management.mbeanserver"

public static final String MISC_LOGGER_NAME

Logger name for all other JMX classes.

Constant Value: "javax.management.misc"

public static final String MLET_LIB_DIR

References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory.

Property Name: jmx.mlet.library.dir

Constant Value: "jmx.mlet.library.dir"

public static final String MLET_LOGGER_NAME

Logger name for MLet service information.

Constant Value: "javax.management.mlet"

public static final String MODELMBEAN_LOGGER_NAME

Logger name for Model MBean.

Constant Value: "javax.management.modelmbean"

public static final String MONITOR_LOGGER_NAME

Logger name for Monitor information.

Constant Value: "javax.management.monitor"

public static final String NOTIFICATION_LOGGER_NAME

Logger name for Event Management information.

Constant Value: "javax.management.notification"

public static final String RELATION_LOGGER_NAME

Logger name for Relation Service.

Constant Value: "javax.management.relation"

public static final String SNMP_ADAPTOR_LOGGER_NAME

Logger name for SNMP Adaptor.

Constant Value: "javax.management.snmp.daemon"

public static final String SNMP_LOGGER_NAME

Logger name for SNMP.

Constant Value: "javax.management.snmp"

public static final String TIMER_LOGGER_NAME

Logger name for Timer information.

Constant Value: "javax.management.timer"

Fields

public static final Logger MBEANSERVER_LOGGER

Logger for MBean Server information.

public static final Logger MISC_LOGGER

Logger for all other JMX classes.

public static final Logger MLET_LOGGER

Logger for MLet service information.

public static final Logger MODELMBEAN_LOGGER

Logger for Model MBean.

public static final Logger MONITOR_LOGGER

Logger for Monitor information.

public static final Logger NOTIFICATION_LOGGER

Logger for Event Management information.

public static final Logger RELATION_LOGGER

Logger for Relation Service.

public static final Logger SNMP_ADAPTOR_LOGGER

Logger for SNMP Adaptor.

public static final Logger SNMP_LOGGER

Logger for SNMP.

public static final Logger TIMER_LOGGER

Logger for Timer information.