From 79c01a041b8cfc7ddfa6cbdea33789db7bab0bd9 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Mon, 23 Jan 2006 05:00:47 +0000 Subject: [PATCH] add getNetConnectionList --- bindings/java/src/net/hyperic/sigar/SigarProxy.java | 3 +++ 1 file changed, 3 insertions(+) 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;