Interface LegacySingletonContext<T>

All Superinterfaces:
org.wildfly.clustering.server.manager.Service, SingletonContext, SingletonElectionListener, SingletonStatus
All Known Implementing Classes:
LegacyDistributedSingletonContext

public interface LegacySingletonContext<T> extends SingletonContext
Context for singleton commands.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.wildfly.clustering.server.manager.Service

    isStarted, start, stop

    Methods inherited from interface org.wildfly.clustering.singleton.election.SingletonElectionListener

    elected

    Methods inherited from interface org.wildfly.clustering.singleton.SingletonStatus

    isPrimaryProvider
  • Method Details