Uses of Interface
org.jboss.as.clustering.controller.ServiceNameFactory
-
Packages that use ServiceNameFactory Package Description org.jboss.as.clustering.controller -
-
Uses of ServiceNameFactory in org.jboss.as.clustering.controller
Subinterfaces of ServiceNameFactory in org.jboss.as.clustering.controller Modifier and Type Interface Description interfaceServiceNameFactoryProviderProvides a factory for generating aServiceNamefor a capability.Classes in org.jboss.as.clustering.controller that implement ServiceNameFactory Modifier and Type Class Description classCommonRequirementEnumerates common requirements for clustering resources.classRequirementServiceNameFactoryMethods in org.jboss.as.clustering.controller that return ServiceNameFactory Modifier and Type Method Description ServiceNameFactoryDefaultableUnaryServiceNameFactoryProvider. getDefaultServiceNameFactory()The factory from which to generate aServiceNameif the requested name is null.ServiceNameFactoryCommonRequirement. getServiceNameFactory()ServiceNameFactoryServiceNameFactoryProvider. getServiceNameFactory()Constructors in org.jboss.as.clustering.controller with parameters of type ServiceNameFactory Constructor Description IdentityCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, ServiceNameFactory targetFactory)IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, ServiceNameFactory targetFactory)Deprecated.
-