Interface SingletonServiceConfiguratorFactory
- All Superinterfaces:
SingletonPolicy
- All Known Subinterfaces:
SingletonServiceBuilderFactory
@Deprecated(forRemoval=true)
public interface SingletonServiceConfiguratorFactory
extends SingletonPolicy
Deprecated, for removal: This API element is subject to removal in a future version.
Extension of
SingletonPolicy for customizing singleton service behavior.- Author:
- Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.wildfly.service.descriptor.UnaryServiceDescriptor<SingletonServiceConfiguratorFactory>Deprecated, for removal: This API element is subject to removal in a future version.static final org.wildfly.service.descriptor.BinaryServiceDescriptor<SingletonServiceConfiguratorFactory>Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncreateSingletonServiceConfigurator(org.jboss.msc.service.ServiceName name) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
DEFAULT_SERVICE_DESCRIPTOR
static final org.wildfly.service.descriptor.UnaryServiceDescriptor<SingletonServiceConfiguratorFactory> DEFAULT_SERVICE_DESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version. -
SERVICE_DESCRIPTOR
static final org.wildfly.service.descriptor.BinaryServiceDescriptor<SingletonServiceConfiguratorFactory> SERVICE_DESCRIPTORDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createSingletonServiceConfigurator
SingletonServiceConfigurator createSingletonServiceConfigurator(org.jboss.msc.service.ServiceName name) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createSingletonServiceConfiguratorin interfaceSingletonPolicy
-
SingletonServiceTargetFactory.