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