Class GlobalStateManagerImpl

  • All Implemented Interfaces:
    GlobalStateManager

    public class GlobalStateManagerImpl
    extends Object
    implements GlobalStateManager
    GlobalStateManagerImpl. This global component manages persistent state across restarts as well as global configurations. The information is stored in a Properties file. On a graceful shutdown it persists the following information: version = full version (e.g. major.minor.micro.qualifier) timestamp = timestamp using ISO-8601 as well as any additional information contributed by registered GlobalStateProviders
    Since:
    8.1
    Author:
    Tristan Tarrant