Package | Description |
---|---|
datapack | |
threadspack |
Modifier and Type | Class and Description |
---|---|
class |
WirelessData
Class that stores data taken from an available wireless interface.
|
Modifier and Type | Field and Description |
---|---|
private InterfaceData |
IfDataFinder.interf
The InterfaceData object of the monitored interface.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<InterfaceData> |
AvailableInterfaces.interfaceList
List that stores the available interfaces that are found.
|
private java.util.List<InterfaceData> |
DataPrinter.interfaceList
List that will store temporarily the available interfaces to print them.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InterfaceData> |
AvailableInterfaces.getInterfaceList() |
Modifier and Type | Method and Description |
---|---|
private void |
IfDataFinder.setNetData(java.lang.String temps,
InterfaceData interf) |
private void |
IfDataFinder.setNetInfo(java.lang.String temps,
InterfaceData interf,
java.io.BufferedReader in) |
void |
IfDataFinder.setWireless(java.lang.String ifname,
InterfaceData interf)
This method is used by a wireless interface to set the data of the inherited InterfaceData.
|
void |
IfDataFinder.startThread(java.lang.String ifname,
InterfaceData interf)
Sets the name and the InterfaceData object of the interface that this thread
will monitor and then starts running the thread.
|
Modifier and Type | Method and Description |
---|---|
void |
AvailableInterfaces.setInterfaceList(java.util.List<InterfaceData> interfaceList) |