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