|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.proc.Host
frysk.proc.live.LinuxPtraceHost
public class LinuxPtraceHost
A Linux Host tracked using PTRACE.
| Constructor Summary | |
|---|---|
LinuxPtraceHost(EventLoop eventLoop)
Construct an instance of the LinuxPtraceHost that uses the specified eventLoop. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the host |
Proc |
getSelf()
Return a pointer to this frysk instance. |
void |
requestCreateAttachedProc(File exe,
String stdin,
String stdout,
String stderr,
String[] args,
String libs,
TaskAttachedObserverXXX attachedObserver)
Tell the host to create a running child process. |
void |
requestProc(int theProcId,
FindProc theFinder)
Find a specifc process from its Id. |
void |
requestRefresh(Collection knownProcesses,
HostRefreshBuilder updates)
Given a set of knownProcesses and knownDaemons (children of init) scan the system passing back the set of newProcesses (not in knownProcesses), deadProcesses (were in knownProcesses but exited), newDaemons (processes that re-parented to init). |
| Methods inherited from class frysk.proc.Host |
|---|
compareTo, requestCreateAttachedProc, requestCreateAttachedProc, requestCreateAttachedProc, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LinuxPtraceHost(EventLoop eventLoop)
| Method Detail |
|---|
public void requestRefresh(Collection knownProcesses,
HostRefreshBuilder updates)
Host
requestRefresh in class Host
public void requestProc(int theProcId,
FindProc theFinder)
Host
requestProc in class Host
public void requestCreateAttachedProc(File exe,
String stdin,
String stdout,
String stderr,
String[] args,
String libs,
TaskAttachedObserverXXX attachedObserver)
Host
requestCreateAttachedProc in class Hostpublic Proc getSelf()
getSelf in class Hostpublic String getName()
Host
getName in class Host
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||