Each set of command services are organized into separate subsystems. A command service belongs to a subsystem if, in its ObjectName
, it has the {@link KeyProperty#SUBSYSTEM subsystem} key property specified. If it doesnot specify that key property in its name, it is considered in the unnamed, anonymous subsystem.
This directory service is used by the {@link CommandProcessor} invocation handler to help determine where todirect a command request for processing.
This directory is part of the mechanism by which command services can be dynamically added/updated/removed. This service will listen for command services getting deployed and undeployed to/from the MBeanServer and will dynamically update itself accordingly.
@author John Mazzitelli
|
|