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
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionPrimaryProxyService(Supplier<PrimaryProxyContext<T>> contextFactory) Deprecated. -
Method Summary
-
Constructor Details
-
PrimaryProxyService
Deprecated.
-
-
Method Details
-
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
-