Interface Lifecycle

All Known Subinterfaces:
LegacySingletonContext<T>, SingletonContext
All Known Implementing Classes:
AbstractDistributedSingletonService, DistributedSingletonService, LegacyDistributedSingletonService, ServiceLifecycle

public interface Lifecycle
Encapsulates behavior associated with a lifecycle sensitive object.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Start this object.
    void
    Stop this object.
  • Method Details

    • start

      void start()
      Start this object.
    • stop

      void stop()
      Stop this object.