Package com.nt.udc.util.state


package com.nt.udc.util.state
  • Class
    Description
    The StateManager is responsible for holding a set of StateDirectorySaveable or StateBufferSaveable Objects, and saving/restoring those Objects when told to.
    The class will save the state of a set of registered Objects.
    This interface's implementation is passed into the receiving Object and is used as a notification that the receiving Object has performed a certain event.
    This interface's implementation is passed into the receiving Object and is used as a notification that the receiving Object has performed a certain event, defined by the integer callback value.
    This class provides a interface between a Callback Object, and a IntegerCallback Object.
    This class maintains the state of a given Object from a set of pre-defined states.
    Implements a well-defined set of general-purpose State Objects.
    The StateBuffer class is responsible for holding small amounts of state data for any number of objects.
    This interface should be implemented by an Object that needs to save/restore its state to a generic buffer.
    This interface should be implemented by an Object that needs to save/restore its state to a directory.
    This interface is for those classes that actively supply input to a sub-system.
    This class is intended for use within a class that has implemented the StateFreezable interface.
    This class is responsible for freezing the state of the appropriately registered StateFreezable Objects.
    This interface should be used in those Objects that are required to implement some sort of state management.
     
    The StateManager is responsible for holding a set of StateDirectorySaveable or StateBufferSaveable Objects, and saving/restoring those Objects when told to.
    This class is responsible for merging state directories together into a single merged directory.
    This class restores the state of its registered Objects.
    This interface should be implemented by an Object that needs to save/restore its state.
    The class will save the state of a set of registered Objects.
    This class implements a asynchronous state saving thread, and a manager of state save requests.
     
    This class is responsible for merging state directories together into a single merged directory.