com.ibm.websphere.management

Interface ObjectNameProperties

All known implementing classes:
ObjectNameHelper

  1. public interface ObjectNameProperties
This interface contains the definitions of key property names used by WebSphere in the key property list for JMX ObjectNames. These special key properties are used by the WebSphere distributed administration system for various purposes including request routing and configuration mapping. Any MBean that is to participate in the distributed administration for WebSphere must include these key properties in the ObjectName for the MBean.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
CELL
The name for the cell in which the MBean is executing.
  1. static
  2. java.lang.String
MBEAN_IDENTIFIER
The string that identifies the configuration data for the MBean.
  1. static
  2. java.lang.String
NAME
The name for the specific instance of the MBean.
  1. static
  2. java.lang.String
NODE
The name for the node on which the MBean is executing.
  1. static
  2. java.lang.String
PROCESS
The name for the process in which the MBean is executing.
  1. static
  2. java.lang.String
PROCESS_TYPE
The type of process in which the MBean is executing.
  1. static
  2. java.lang.String
TYPE
The type of the MBean.

Field Detail

NAME

  1. static final java.lang.String NAME
The name for the specific instance of the MBean.
See Also:

CELL

  1. static final java.lang.String CELL
The name for the cell in which the MBean is executing.
See Also:

NODE

  1. static final java.lang.String NODE
The name for the node on which the MBean is executing.
See Also:

PROCESS

  1. static final java.lang.String PROCESS
The name for the process in which the MBean is executing.
See Also:

TYPE

  1. static final java.lang.String TYPE
The type of the MBean.
See Also:

MBEAN_IDENTIFIER

  1. static final java.lang.String MBEAN_IDENTIFIER
The string that identifies the configuration data for the MBean.
See Also:

PROCESS_TYPE

  1. static final java.lang.String PROCESS_TYPE
The type of process in which the MBean is executing. Valid process type values are defined in the AdminConstants interface.
See Also: