Class IdentityLegacyCapabilityServiceConfigurator<T>

    • 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

      • build

        public org.jboss.msc.service.ServiceBuilder<?> build​(org.jboss.msc.service.ServiceTarget target)
        Deprecated.
        Specified by:
        build in interface ServiceConfigurator
      • getValue

        public T getValue()
        Deprecated.
        Specified by:
        getValue in interface org.jboss.msc.value.Value<T>
      • start

        public void start​(org.jboss.msc.service.StartContext context)
        Deprecated.
        Specified by:
        start in interface org.jboss.msc.Service
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Deprecated.
        Specified by:
        stop in interface org.jboss.msc.Service