| com.sun.jbi.management.system.ConfigurationServiceMBean
All known Subclasses: com.sun.jbi.management.system.ConfigurationService,
ConfigurationServiceMBean | public interface ConfigurationServiceMBean (Code) | | ConfigurationServiceMBean defines the interface that must be implemented by
the ConfigurationService in a JBI Framework. The ConfigurationService provides a
mangement interface for setting configuration parameters for one or more
system services or installable components. It also provides access to
JBI Framework configuration parameters.
author: Sun Microsystems, Inc. |
Method Summary | |
ObjectName[] | getSystemConfigMBean(String aSvcName) Lookup a system Configuration MBean by system service type. | ObjectName[] | getSystemConfigMBeans() Looks up all the instance ConfigurationMBeans registered for the JBI system services.
This returns all the instance configuration MBeans : instance configuration
and global instance configuration MBeans
ObjectName pattern is :
com.sun.jbi:ComponentType=System, ServiceName=ConfigurationService
array of object names for all system service ConfigurationMBeans. |
getSystemConfigMBean | ObjectName[] getSystemConfigMBean(String aSvcName)(Code) | | Lookup a system Configuration MBean by system service type. For each service type
there are two instance MBeans the target specific instance configuration MBean
and the global configuration instance MBean.
Parameters: aSvcName - is the name of the system service the JMX object name array of the service Configuration MBean names. |
getSystemConfigMBeans | ObjectName[] getSystemConfigMBeans()(Code) | | Looks up all the instance ConfigurationMBeans registered for the JBI system services.
This returns all the instance configuration MBeans : instance configuration
and global instance configuration MBeans
ObjectName pattern is :
com.sun.jbi:ComponentType=System, ServiceName=ConfigurationService
array of object names for all system service ConfigurationMBeans. zero-length array if no services registered. |
|
|