Uses of Interface
org.jboss.as.clustering.controller.UnaryServiceNameFactory
-
Packages that use UnaryServiceNameFactory Package Description org.jboss.as.clustering.controller -
-
Uses of UnaryServiceNameFactory in org.jboss.as.clustering.controller
Subinterfaces of UnaryServiceNameFactory in org.jboss.as.clustering.controller Modifier and Type Interface Description interfaceDefaultableUnaryServiceNameFactoryProviderProvides a factory for generating aServiceNamefor a unary requirement as well as a factory generating aServiceNamefor a default requirement.interfaceUnaryServiceNameFactoryProviderProvides a factory for generating aServiceNamefor a unary requirement.Classes in org.jboss.as.clustering.controller that implement UnaryServiceNameFactory Modifier and Type Class Description classCommonUnaryRequirementEnumerates common unary requirements for clustering resourcesclassUnaryRequirementServiceNameFactoryFactory for generating aServiceNamefor aUnaryRequirement.Methods in org.jboss.as.clustering.controller that return UnaryServiceNameFactory Modifier and Type Method Description UnaryServiceNameFactoryDefaultableBinaryServiceNameFactoryProvider. getDefaultServiceNameFactory()The factory from which to generate aServiceNameif the requested name is null.UnaryServiceNameFactoryCommonUnaryRequirement. getServiceNameFactory()UnaryServiceNameFactoryUnaryServiceNameFactoryProvider. getServiceNameFactory()Constructors in org.jboss.as.clustering.controller with parameters of type UnaryServiceNameFactory Constructor Description IdentityCapabilityServiceConfigurator(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.
-