This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Announcing new interface: FindProc


I've just committed a new Interface with some test methods for finding a
process.

Currently this just brute forces a refresh of the Host's procPool
(exactly as requestRefreshXXX), but this will eventually become more
specialized to find a specific pid and add it to the pool and notify the
interface upon success (or failure).

I would like some input on the design of this interface as it will
eventually be replacing most if not all references to requestRefreshXXX.

Also specific opinion: Should the FindProc be under Host.java or get its
own .java file?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]