Interface ProcessIdentifier
-
public interface ProcessIdentifierIdentifier 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
Objectequality.Other than the above, the
Executiveis free to provide any implementation of this interface as a momento about theProcessState.- Author:
- Daniel Sagenschneider
- the same