public class JmxServiceInitiator extends Object implements StandardServiceInitiator<JmxService>
JmxService
serviceModifier and Type | Field and Description |
---|---|
static JmxServiceInitiator |
INSTANCE |
Constructor and Description |
---|
JmxServiceInitiator() |
Modifier and Type | Method and Description |
---|---|
Class<JmxService> |
getServiceInitiated()
Obtains the service role initiated by this initiator.
|
JmxService |
initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
public static final JmxServiceInitiator INSTANCE
public Class<JmxService> getServiceInitiated()
ServiceInitiator
getServiceInitiated
in interface ServiceInitiator<JmxService>
public JmxService initiateService(Map configurationValues, ServiceRegistryImplementor registry)
StandardServiceInitiator
initiateService
in interface StandardServiceInitiator<JmxService>
configurationValues
- The configuration values in effectregistry
- The service registry. Can be used to locate services needed to fulfill initiation.Copyright © 2016 JBoss by Red Hat. All rights reserved.