Exposes non static process properties and operations computed on them (like {@link #isRunning()} method).Operations on non static process properties should all be implemented here.
New snapshots are created when {@link ProcessInfo#refresh()} or {@link ProcessInfo#freshSnapshot()} arecalled.
Note the current implementation does not actually encapsulate these properties for backward compatibility reasons (we have to keep the write access to {@link ProcessInfo} protected properties).
|
|
|
|
|
|