Uses of Interface
org.jboss.as.clustering.controller.BinaryServiceNameFactory
-
Packages that use BinaryServiceNameFactory Package Description org.jboss.as.clustering.controller -
-
Uses of BinaryServiceNameFactory in org.jboss.as.clustering.controller
Subinterfaces of BinaryServiceNameFactory in org.jboss.as.clustering.controller Modifier and Type Interface Description interfaceBinaryServiceNameFactoryProviderProvides a factory for generating aServiceNamefor a binary requirement.interfaceDefaultableBinaryServiceNameFactoryProviderProvides a factory for generating aServiceNamefor a binary requirement as well as a factory generating aServiceNamefor a unary requirement.Classes in org.jboss.as.clustering.controller that implement BinaryServiceNameFactory Modifier and Type Class Description classBinaryRequirementServiceNameFactoryFactory for generating aServiceNamefor aBinaryRequirement.Methods in org.jboss.as.clustering.controller that return BinaryServiceNameFactory Modifier and Type Method Description BinaryServiceNameFactoryBinaryServiceNameFactoryProvider. getServiceNameFactory()Constructors in org.jboss.as.clustering.controller with parameters of type BinaryServiceNameFactory Constructor Description IdentityCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, BinaryServiceNameFactory targetFactory, String requirementParent, String requirementChild)IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, BinaryServiceNameFactory targetFactory, String requirementParent, String requirementChild)Deprecated.
-