Interface ProcessIdentifier


  • public interface ProcessIdentifier

    Identifier for ProcessState.

    The requirements are that:

    • the same ProcessIdentifier equals itself
    • no two separate ProcessIdentifier instance equal each other
      • The easiest way to ensure this is create a new instance each time and allow default Object equality.

        Other than the above, the Executive is free to provide any implementation of this interface as a momento about the ProcessState.

    Author:
    Daniel Sagenschneider