Top Description Fields Constructors Methods
com.sun.jmx.defaults

public Class JmxProperties

extends Object
Class Inheritance
Imports
java.lang.System.Logger

This contains the property list defined for this JMX implementation.
Since
1.5

Field Summary

Modifier and TypeField and Description
public static final String
JMX_IMPL_NAME

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

public static final String
JMX_IMPL_VENDOR

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

public static final String
JMX_IMPL_VERSION

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

public static final String
JMX_INITIAL_BUILDER

References the property that optionally specifies the class name of an alternative MBeanServerBuilder.

public static final String
JMX_SPEC_NAME

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

public static final String
JMX_SPEC_VENDOR

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

public static final String
JMX_SPEC_VERSION

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

public static final System.Logger
MBEANSERVER_LOGGER

Logger for MBean Server information.

public static final String
MBEANSERVER_LOGGER_NAME

Logger name for MBean Server information.

public static final System.Logger
MISC_LOGGER

Logger for all other JMX classes.

public static final String
MISC_LOGGER_NAME

Logger name for all other JMX classes.

public static final System.Logger
MODELMBEAN_LOGGER

Logger for Model MBean.

public static final String
MODELMBEAN_LOGGER_NAME

Logger name for Model MBean.

public static final System.Logger
MONITOR_LOGGER

Logger for Monitor information.

public static final String
MONITOR_LOGGER_NAME

Logger name for Monitor information.

public static final System.Logger
NOTIFICATION_LOGGER

Logger for Event Management information.

public static final String
NOTIFICATION_LOGGER_NAME

Logger name for Event Management information.

public static final System.Logger
RELATION_LOGGER

Logger for Relation Service.

public static final String
RELATION_LOGGER_NAME

Logger name for Relation Service.

public static final System.Logger
TIMER_LOGGER

Logger for Timer information.

public static final String
TIMER_LOGGER_NAME

Logger name for Timer information.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

JMX_IMPL_NAMEback to summary
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

JMX_IMPL_VENDORback to summary
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

JMX_IMPL_VERSIONback to summary
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

JMX_INITIAL_BUILDERback to summary
public static final String JMX_INITIAL_BUILDER

References the property that optionally specifies the class name of an alternative MBeanServerBuilder.

Property Name: javax.management.builder.initial

JMX_SPEC_NAMEback to summary
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

JMX_SPEC_VENDORback to summary
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

JMX_SPEC_VERSIONback to summary
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

MBEANSERVER_LOGGERback to summary
public static final System.Logger MBEANSERVER_LOGGER

Logger for MBean Server information.

MBEANSERVER_LOGGER_NAMEback to summary
public static final String MBEANSERVER_LOGGER_NAME

Logger name for MBean Server information.

MISC_LOGGERback to summary
public static final System.Logger MISC_LOGGER

Logger for all other JMX classes.

MISC_LOGGER_NAMEback to summary
public static final String MISC_LOGGER_NAME

Logger name for all other JMX classes.

MODELMBEAN_LOGGERback to summary
public static final System.Logger MODELMBEAN_LOGGER

Logger for Model MBean.

MODELMBEAN_LOGGER_NAMEback to summary
public static final String MODELMBEAN_LOGGER_NAME

Logger name for Model MBean.

MONITOR_LOGGERback to summary
public static final System.Logger MONITOR_LOGGER

Logger for Monitor information.

MONITOR_LOGGER_NAMEback to summary
public static final String MONITOR_LOGGER_NAME

Logger name for Monitor information.

NOTIFICATION_LOGGERback to summary
public static final System.Logger NOTIFICATION_LOGGER

Logger for Event Management information.

NOTIFICATION_LOGGER_NAMEback to summary
public static final String NOTIFICATION_LOGGER_NAME

Logger name for Event Management information.

RELATION_LOGGERback to summary
public static final System.Logger RELATION_LOGGER

Logger for Relation Service.

RELATION_LOGGER_NAMEback to summary
public static final String RELATION_LOGGER_NAME

Logger name for Relation Service.

TIMER_LOGGERback to summary
public static final System.Logger TIMER_LOGGER

Logger for Timer information.

TIMER_LOGGER_NAMEback to summary
public static final String TIMER_LOGGER_NAME

Logger name for Timer information.

Constructor Detail

JmxPropertiesback to summary
private JmxProperties()