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