add getNetServicesName to SigarProxy interface
This commit is contained in:
parent
e9e3dce323
commit
3f3a070045
|
@ -158,6 +158,8 @@ public interface SigarProxy {
|
||||||
|
|
||||||
public NetStat getNetStat() throws SigarException;
|
public NetStat getNetStat() throws SigarException;
|
||||||
|
|
||||||
|
public String getNetServicesName(int protocol, long port);
|
||||||
|
|
||||||
public Who[] getWhoList() throws SigarException;
|
public Who[] getWhoList() throws SigarException;
|
||||||
|
|
||||||
public Tcp getTcp() throws SigarException;
|
public Tcp getTcp() throws SigarException;
|
||||||
|
|
Loading…
Reference in New Issue