|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quadrique.jbuildingblocks.core.io.networkInterfaces.JbbNetworkInterfaces
public class JbbNetworkInterfaces
| Method Summary | |
|---|---|
ArrayList<JbbNetworkInterface> |
getAll()
|
JbbNetworkInterface |
getNetworkInterface(String mac)
Get a specific network interface by MAC |
boolean |
isNetworkInterfaceAvailable(String mac)
typically used for licensing information |
static JbbNetworkInterfaces |
newInstance()
Get an instance of this class |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JbbNetworkInterfaces newInstance()
public ArrayList<JbbNetworkInterface> getAll()
throws Exception
Exception
public boolean isNetworkInterfaceAvailable(String mac)
throws Exception
mac -
Exception
public JbbNetworkInterface getNetworkInterface(String mac)
throws Exception
mac -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||