AdminService

The AdminService represents the configuration for all aspects of the administrative component within a server.

Inherits from type Service and adds the following.

Attributes Summary
standalone : booleanNo used for WebSphere 5.
connectors : JMXConnector * A list of the JMX connectors that this process will initialize and run for administrative communications flowing between this process and others.
preferredConnector : JMXConnector@ A reference to the JMX connector that this process would prefer to use, if a choice exists.
extensionMBeanProviders : ExtensionMBeanProvider * A list of the libraries that contain elements that support the ExtensionMBean mechanism for extending the admin service with additional JMX MBeans.
configRepository : RepositoryServiceThe configuration data used by the implementation of the repository service.
pluginConfigService : PluginConfigService  

Attribute Details

standalone    -    No used for WebSphere 5.0.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



connectors    -    A list of the JMX connectors that this process will initialize and run for administrative communications flowing between this process and others.
     data type: JMXConnector*



preferredConnector    -    A reference to the JMX connector that this process would prefer to use, if a choice exists.
     data type: JMXConnector@



extensionMBeanProviders    -    A list of the libraries that contain elements that support the ExtensionMBean mechanism for extending the admin service with additional JMX MBeans.
     data type: ExtensionMBeanProvider*



configRepository    -    The configuration data used by the implementation of the repository service.
     data type: RepositoryService



pluginConfigService    -     
     data type: PluginConfigService


Copyright IBM Corp. 1997-2004