Interface ProcessIdentifier
public interface ProcessIdentifier
Identifier for ProcessState.
The requirements are that:
- the same
ProcessIdentifierequals itself - no two separate
ProcessIdentifierinstance 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