Interface LegacyClusteringServiceDescriptor
Deprecated.
Describes legacy clustering services.
- Author:
- Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.wildfly.service.descriptor.UnaryServiceDescriptor<CommandDispatcherFactory>Deprecated.static final org.wildfly.service.descriptor.NullaryServiceDescriptor<CommandDispatcherFactory>Deprecated.static final org.wildfly.service.descriptor.NullaryServiceDescriptor<Group>Deprecated.static final org.wildfly.service.descriptor.UnaryServiceDescriptor<RegistryFactory<?,?>> Deprecated.static final org.wildfly.service.descriptor.UnaryServiceDescriptor<ServiceProviderRegistry<?>>Deprecated.static final org.wildfly.service.descriptor.UnaryServiceDescriptor<Group>Deprecated.static final org.wildfly.service.descriptor.BinaryServiceDescriptor<RegistryFactory<?,?>> Deprecated.static final org.wildfly.service.descriptor.BinaryServiceDescriptor<ServiceProviderRegistry<?>>Deprecated.
-
Field Details
-
DEFAULT_COMMAND_DISPATCHER_FACTORY
static final org.wildfly.service.descriptor.NullaryServiceDescriptor<CommandDispatcherFactory> DEFAULT_COMMAND_DISPATCHER_FACTORYDeprecated. -
DEFAULT_GROUP
Deprecated. -
COMMAND_DISPATCHER_FACTORY
static final org.wildfly.service.descriptor.UnaryServiceDescriptor<CommandDispatcherFactory> COMMAND_DISPATCHER_FACTORYDeprecated. -
GROUP
Deprecated. -
DEFAULT_REGISTRY_FACTORY
static final org.wildfly.service.descriptor.UnaryServiceDescriptor<RegistryFactory<?,?>> DEFAULT_REGISTRY_FACTORYDeprecated. -
DEFAULT_SERVICE_PROVIDER_REGISTRY
static final org.wildfly.service.descriptor.UnaryServiceDescriptor<ServiceProviderRegistry<?>> DEFAULT_SERVICE_PROVIDER_REGISTRYDeprecated. -
REGISTRY_FACTORY
static final org.wildfly.service.descriptor.BinaryServiceDescriptor<RegistryFactory<?,?>> REGISTRY_FACTORYDeprecated. -
SERVICE_PROVIDER_REGISTRY
static final org.wildfly.service.descriptor.BinaryServiceDescriptor<ServiceProviderRegistry<?>> SERVICE_PROVIDER_REGISTRYDeprecated.
-