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