public class Arp
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Arp() |
Modifier and Type | Method and Description |
---|---|
void |
gather(Sigar sigar) |
java.lang.String |
getAddress()
Get the address.
|
long |
getFlags()
Get the flags.
|
java.lang.String |
getHwaddr()
Get the hwaddr.
|
java.lang.String |
getIfname()
Get the ifname.
|
java.lang.String |
getType()
Get the type.
|
java.util.Map |
toMap() |
java.lang.String |
toString() |
public void gather(Sigar sigar) throws SigarException
SigarException
public java.lang.String getIfname()
Supported Platforms: All.
public java.lang.String getHwaddr()
Supported Platforms: All.
public java.lang.String getType()
Supported Platforms: All.
public java.lang.String getAddress()
Supported Platforms: All.
public long getFlags()
Supported Platforms: All.
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2004-2011 Hyperic. All Rights Reserved.