Modifier and Type | Class and Description |
---|---|
class |
ServiceRegistryEngineImpl |
Modifier and Type | Field and Description |
---|---|
protected static Map<String,ServiceRegistryEngine> |
ServiceRegistryEngines.serviceRegistryEngines |
Modifier and Type | Method and Description |
---|---|
ServiceRegistryEngine |
ServiceRegistryEngineConfiguration.buildServiceEngine() |
static ServiceRegistryEngine |
ServiceRegistryEngines.getDefaultServiceRegistryEngine() |
static ServiceRegistryEngine |
ServiceRegistryEngines.getServiceRegistryEngine(String serviceRegistryEngineName)
Obtain an service engine by name.
|
Modifier and Type | Method and Description |
---|---|
AutoDeploymentStrategy<ServiceRegistryEngine> |
ServiceRegistryEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<ServiceRegistryEngine>> |
ServiceRegistryEngineConfiguration.getDeploymentStrategies() |
static Map<String,ServiceRegistryEngine> |
ServiceRegistryEngines.getServiceRegistryEngines()
Provides access to service engines to application clients in a managed server environment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceRegistryEngineConfiguration.autoDeployResources(ServiceRegistryEngine serviceEngine) |
static void |
ServiceRegistryEngines.registerEngine(ServiceRegistryEngine serviceRegistryEngine)
Registers the given service engine.
|
static void |
ServiceRegistryEngines.unregister(ServiceRegistryEngine serviceRegistryEngine)
Unregisters the given service engine.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistryEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<ServiceRegistryEngine>> deploymentStrategies) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
ServiceRegistryEngine engine) |
protected LockManager |
AbstractServiceRegistryAutoDeploymentStrategy.getLockManager(ServiceRegistryEngine engine,
String deploymentNameHint) |
Modifier and Type | Field and Description |
---|---|
protected ServiceRegistryEngine |
DefaultServiceDefinitionAutoDeployer.serviceEngine |
Modifier and Type | Method and Description |
---|---|
protected ServiceRegistryEngine |
ServiceRegistryEngineConfigurator.initEngine() |
Constructor and Description |
---|
DefaultServiceDefinitionAutoDeployer(Collection<Resource> deploymentResources,
ServiceRegistryEngine serviceEngine) |
DefaultServiceDefinitionAutoDeployer(Collection<Resource> deploymentResources,
ServiceRegistryEngine serviceEngine,
String deploymentName) |
Modifier and Type | Field and Description |
---|---|
protected ServiceRegistryEngine |
ServiceRegistryTestHelper.serviceRegistryEngine |
Modifier and Type | Method and Description |
---|---|
protected ServiceRegistryEngine |
ServiceRegistryExtension.createServiceEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
ServiceRegistryEngine |
ServiceRegistryTestHelper.getServiceRegistryEngine() |
Constructor and Description |
---|
ServiceRegistryTestHelper(ServiceRegistryEngine serviceRegistryEngine) |