| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.sigar.NetInterfaceConfig
public class NetInterfaceConfig
NetInterfaceConfig sigar class.
| Constructor Summary | |
|---|---|
| NetInterfaceConfig() | |
| Method Summary | |
|---|---|
|  void | gather(Sigar sigar,
       java.lang.String name) | 
|  java.lang.String | getAddress()Get the address. | 
|  java.lang.String | getBroadcast()Get the broadcast. | 
|  java.lang.String | getDescription()Get the description. | 
|  java.lang.String | getDestination()Get the destination. | 
|  long | getFlags()Get the flags. | 
|  java.lang.String | getHwaddr()Get the hwaddr. | 
|  long | getMetric()Get the metric. | 
|  long | getMtu()Get the mtu. | 
|  java.lang.String | getName()Get the name. | 
|  java.lang.String | getNetmask()Get the netmask. | 
|  java.lang.String | getType()Get the type. | 
|  java.util.Map | toMap() | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public NetInterfaceConfig()
| Method Detail | 
|---|
public void gather(Sigar sigar,
                   java.lang.String name)
            throws SigarException
SigarExceptionpublic java.lang.String getName()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public java.lang.String getHwaddr()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public java.lang.String getType()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public java.lang.String getDescription()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public java.lang.String getAddress()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public java.lang.String getDestination()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public java.lang.String getBroadcast()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public java.lang.String getNetmask()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public long getFlags()
Supported Platforms: All.
System equivalent commands:
ifconfigifconfig -a
public long getMtu()
Supported Platforms: Darwin, FreeBSD, Linux.
System equivalent commands:
ifconfigifconfig -a
public long getMetric()
Supported Platforms: Darwin, FreeBSD, Linux.
System equivalent commands:
ifconfigifconfig -a
public java.util.Map toMap()
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||