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)
StandardServiceInitiatorinitiateService 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()
ServiceInitiatorgetServiceInitiated in interface ServiceInitiator<JtaPlatformResolver>Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.