com.ibm.websphere.management
Interface ObjectNameProperties
All known implementing classes:
- public interface ObjectNameProperties
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CELL
The name for the cell in which the MBean is executing.
|
|
MBEAN_IDENTIFIER
The string that identifies the configuration data for the MBean.
|
|
NAME
The name for the specific instance of the MBean.
|
|
NODE
The name for the node on which the MBean is executing.
|
|
PROCESS
The name for the process in which the MBean is executing.
|
|
PROCESS_TYPE
The type of process in which the MBean is executing.
|
|
TYPE
The type of the MBean.
|
Field Detail
NAME
- static final java.lang.String NAME
The name for the specific instance of the MBean.
See Also:
CELL
- static final java.lang.String CELL
The name for the cell in which the MBean is executing.
See Also:
NODE
- static final java.lang.String NODE
The name for the node on which the MBean is executing.
See Also:
PROCESS
- static final java.lang.String PROCESS
The name for the process in which the MBean is executing.
See Also:
TYPE
- static final java.lang.String TYPE
The type of the MBean.
See Also:
MBEAN_IDENTIFIER
- static final java.lang.String MBEAN_IDENTIFIER
The string that identifies the configuration data for the MBean.
See Also:
PROCESS_TYPE
- 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: