Class IdentityLegacyCapabilityServiceConfigurator<T>
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.jboss.as.clustering.controller.IdentityLegacyCapabilityServiceConfigurator<T>
- All Implemented Interfaces:
CapabilityServiceConfigurator,org.jboss.msc.Service,org.jboss.msc.service.Service<T>,org.jboss.msc.value.Value<T>,ServiceConfigurator,ServiceNameProvider
@Deprecated
public class IdentityLegacyCapabilityServiceConfigurator<T>
extends SimpleServiceNameProvider
implements CapabilityServiceConfigurator, org.jboss.msc.service.Service<T>
Deprecated.
Equivalent to
IdentityCapabilityServiceConfigurator, but uses legacy service installation.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionIdentityLegacyCapabilityServiceConfigurator(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
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target) Deprecated.configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) Deprecated.getValue()Deprecated.voidstart(org.jboss.msc.service.StartContext context) Deprecated.voidstop(org.jboss.msc.service.StopContext context) Deprecated.Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
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 Details
-
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
-
getValue
Deprecated.- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<T>
-
start
public void start(org.jboss.msc.service.StartContext context) Deprecated.- Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context) Deprecated.- Specified by:
stopin interfaceorg.jboss.msc.Service
-