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