Class IdentityLegacyCapabilityServiceConfigurator<T>
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator<T>
-
- All Implemented Interfaces:
CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
@Deprecated public class IdentityLegacyCapabilityServiceConfigurator<T> extends SimpleServiceNameProvider implements CapabilityServiceConfigurator
Deprecated.Equivalent toIdentityCapabilityServiceConfigurator, but uses legacy service installation.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, BinaryServiceNameFactory targetFactory, String requirementParent, String requirementChild)Deprecated.IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, ServiceNameFactory targetFactory)Deprecated.IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, UnaryServiceNameFactory targetFactory, String requirementName)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)Deprecated.ServiceConfiguratorconfigure(org.jboss.as.controller.capability.CapabilityServiceSupport support)Deprecated.-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Constructor Detail
-
IdentityLegacyCapabilityServiceConfigurator
public IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, ServiceNameFactory targetFactory)Deprecated.
-
IdentityLegacyCapabilityServiceConfigurator
public IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, UnaryServiceNameFactory targetFactory, String requirementName)Deprecated.
-
IdentityLegacyCapabilityServiceConfigurator
public IdentityLegacyCapabilityServiceConfigurator(org.jboss.msc.service.ServiceName name, Class<T> targetClass, BinaryServiceNameFactory targetFactory, String requirementParent, String requirementChild)Deprecated.
-
-
Method Detail
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
Deprecated.- Specified by:
configurein interfaceCapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
Deprecated.- Specified by:
buildin interfaceServiceConfigurator
-
-