diff --git a/bindings/java/src/net/hyperic/sigar/SigarProxy.java b/bindings/java/src/net/hyperic/sigar/SigarProxy.java index 95d351e4..7de6ac52 100644 --- a/bindings/java/src/net/hyperic/sigar/SigarProxy.java +++ b/bindings/java/src/net/hyperic/sigar/SigarProxy.java @@ -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;