Class PrimaryProxyService<T>

  • All Implemented Interfaces:
    org.jboss.msc.Service, org.jboss.msc.service.Service<T>, org.jboss.msc.value.Value<T>

    @Deprecated
    public class PrimaryProxyService<T>
    extends Object
    implements org.jboss.msc.service.Service<T>
    Deprecated.
    Service that proxies the value from the primary node.
    Author:
    Paul Ferraro
    • Method Detail

      • 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
        Specified by:
        start in interface org.jboss.msc.service.Service<T>
      • stop

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