|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyProperty
Defines key properties and their valid values that command service MBeans can use in their ObjectNames.
| Field Summary | |
|---|---|
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. |
| Field Detail |
|---|
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
ServiceContainer.addCommandService(CommandService),
Constant Field Values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||