frysk.proc
Interface HostRefreshBuilder

All Known Implementing Classes:
TestRefresh.HostState

public interface HostRefreshBuilder

[Re-]build the information on the processes running on a host. Supplies deltas to the supplied set of processes (and the subset of daemons).


Method Summary
 void construct(Collection newProcesses, Collection exitedProcesses)
          The set of new processes, exitedProcesses and newDaemons.
 

Method Detail

construct

void construct(Collection newProcesses,
               Collection exitedProcesses)
The set of new processes, exitedProcesses and newDaemons. Exited daemons can be determined from the intersection of knownDaemons and exitedProcesses.