com.quadrique.jbuildingblocks.core.io.networkInterfaces
Class JbbNetworkInterfaces

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.io.networkInterfaces.JbbNetworkInterfaces

public class JbbNetworkInterfaces
extends Object


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

newInstance

public static JbbNetworkInterfaces newInstance()
Get an instance of this class

Returns:

getAll

public ArrayList<JbbNetworkInterface> getAll()
                                      throws Exception
Returns:
Throws:
Exception

isNetworkInterfaceAvailable

public boolean isNetworkInterfaceAvailable(String mac)
                                    throws Exception
typically used for licensing information

Parameters:
mac -
Returns:
Throws:
Exception

getNetworkInterface

public JbbNetworkInterface getNetworkInterface(String mac)
                                        throws Exception
Get a specific network interface by MAC

Parameters:
mac -
Returns:
Throws:
Exception


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.