add getNetServicesName to SigarProxy interface

This commit is contained in:
Doug MacEachern 2009-07-07 15:36:37 -07:00
parent e9e3dce323
commit 3f3a070045
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ public interface SigarProxy {
public NetStat getNetStat() throws SigarException;
public String getNetServicesName(int protocol, long port);
public Who[] getWhoList() throws SigarException;
public Tcp getTcp() throws SigarException;