add getNetConnectionList

This commit is contained in:
Doug MacEachern 2006-01-23 05:00:47 +00:00
parent 238045723a
commit 79c01a041b
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ public interface SigarProxy {
public String[] getNetInterfaceList() throws SigarException;
public NetConnection[] getNetConnectionList(int flags)
throws SigarException;
public NetStat getNetStat() throws SigarException;
public Who[] getWhoList() throws SigarException;