This type is a class for model objects.
The AdminService represents the configuration for all aspects of the administrative component within a server.
Package: adminserviceAttributes Summary | |
standalone : EBoolean | No used for WebSphere 5.0. |
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. @since 7.0 - deprecated |
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 : RepositoryService @ | The configuration data used by the implementation of the repository service. |
pluginConfigService : PluginConfigService @ | * No description is available * |
localAdminProtocol : JMXConnector @ | Specifies which JMX protocol to use for local only communications. If one is not specified, IPC will be used. In total, any WebSphere application server will have only 2 JMX ports opened, one for local and one for remote. @since 7.0 |
remoteAdminProtocol : JMXConnector @ | Specifies which JMX protocol to use for remote communications. If one is not specified, SOAP will be used. In total, any WebSphere application server will have only 2 JMX ports opened, one for local and one for remote. @since 7.0 |
Attribute Details |