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
Makefile added / pkg-config descriptor
[metux-java.git]
/
proc
/
ISystem.java
blob
ac96c0e79d653e1d9d6ac869ec76fe688012c1d8
1
2
package
org
.
de
.
metux
.
proc
;
3
4
public interface
ISystem
5
{
6
public
String
getHostname
();
7
public
IProcess
getProcess
(
int
pid
);
8
public int
[]
getPIDs
();
9
10
public
String valid_signals
[] =
11
{
"HUP"
,
"TERM"
,
"KILL"
,
"STOP"
,
"CONT"
};
12
}