repo.or.cz
/
metux-java.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
propertylist/IPropertylist: removed obsolete loadTextDB_top()
[metux-java.git]
/
proc
/
IProcess.java
blob
498cc427e22320fd08c05ce4a3801a826130f7e9
1
2
package
org
.
de
.
metux
.
proc
;
3
4
public interface
IProcess
5
{
6
// public String name = "";
7
// public String executable = "";
8
// public int pid;
9
10
// allowed signal names:
11
// TERM, KILL, HUP, etc.
12
public int
getPID
();
13
public boolean
signal
(
String sig
);
14
}