Class PrimaryProxyService<T>

java.lang.Object
org.wildfly.clustering.singleton.server.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
  • Constructor Details

  • Method Details

    • 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