Interface TraceProcess

All Superinterfaces:
TraceObjectInterface
All Known Implementing Classes:
DBTraceObjectProcess

public interface TraceProcess extends TraceObjectInterface
A marker interface which indicates a process, usually on a host operating system

If this object does not support TraceExecutionStateful, then its mere existence in the model implies that it is TraceExecutionState.ALIVE. TODO: Should allow association via convention to a different TraceExecutionStateful, but that may have to wait until schemas are introduced.