Uses of Interface
org.jboss.as.clustering.controller.UnaryServiceNameFactory
Packages that use UnaryServiceNameFactory
-
Uses of UnaryServiceNameFactory in org.jboss.as.clustering.controller
Subinterfaces of UnaryServiceNameFactory in org.jboss.as.clustering.controllerModifier and TypeInterfaceDescriptioninterfaceProvides a factory for generating aServiceNamefor a unary requirement as well as a factory generating aServiceNamefor a default requirement.interfaceProvides a factory for generating aServiceNamefor a unary requirement.Classes in org.jboss.as.clustering.controller that implement UnaryServiceNameFactoryModifier and TypeClassDescriptionenumEnumerates common unary requirements for clustering resourcesclassFactory for generating aServiceNamefor aUnaryRequirement.Methods in org.jboss.as.clustering.controller that return UnaryServiceNameFactoryModifier and TypeMethodDescriptionDefaultableBinaryServiceNameFactoryProvider.getDefaultServiceNameFactory()The factory from which to generate aServiceNameif the requested name is null.CommonUnaryRequirement.getServiceNameFactory()UnaryServiceNameFactoryProvider.getServiceNameFactory()Constructors in org.jboss.as.clustering.controller with parameters of type UnaryServiceNameFactoryModifierConstructorDescriptionIdentityCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, UnaryServiceNameFactory targetFactory, String requirementName) IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, UnaryServiceNameFactory targetFactory, String requirementName) Deprecated.