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