Uses of Interface
org.wildfly.clustering.singleton.server.LegacySingletonContext
-
-
Uses of LegacySingletonContext in org.wildfly.clustering.singleton.server
Classes in org.wildfly.clustering.singleton.server that implement LegacySingletonContext Modifier and Type Class Description classLegacyDistributedSingletonService<T>Deprecated.Methods in org.wildfly.clustering.singleton.server that return LegacySingletonContext Modifier and Type Method Description LegacySingletonContext<T>LegacyDistributedSingletonService. get()Deprecated.Methods in org.wildfly.clustering.singleton.server that return types with arguments of type LegacySingletonContext Modifier and Type Method Description org.wildfly.clustering.dispatcher.CommandDispatcher<LegacySingletonContext<T>>LegacyDistributedSingletonService. getCommandDispatcher()Deprecated.org.wildfly.clustering.dispatcher.CommandDispatcher<LegacySingletonContext<T>>PrimaryProxyContext. getCommandDispatcher()Methods in org.wildfly.clustering.singleton.server with parameters of type LegacySingletonContext Modifier and Type Method Description Optional<T>SingletonValueCommand. execute(LegacySingletonContext<T> context)
-