public interface KeyProperty
ObjectNames.| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The key name that defines the unique index number may be assigned to the services.
|
static String |
SUBSYSTEM
This is a key name that defines the subsystem in which this MBean belongs to.
|
static String |
TYPE
This is a key name that defines the type of MBean.
|
static String |
TYPE_COMMAND
Value of a key property named
TYPE that specifies a type of MBean that supports/executes commands. |
static String |
TYPE_DIRECTORY
Value of a key property named
TYPE that specifies a type of MBean who maintains a directory of command
services and their supported command types. |
static final String TYPE
TYPE_COMMAND
and TYPE_DIRECTORY.static final String TYPE_COMMAND
TYPE that specifies a type of MBean that supports/executes commands. An
MBean that has this key property value is considered a provider of a command type.static final String TYPE_DIRECTORY
TYPE that specifies a type of MBean who maintains a directory of command
services and their supported command types.static final String SUBSYSTEM
static final String ID
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.