This interface must be implemented by the network service of the JNode kernel. It contains methods to register/unregister and obtain NetworkLayers, and it is used by Network drivers to deliver receive packets.
The implementation of this interface must be obtained by invoking a lookup of {@link #NAME} on {@link org.jnode.naming.InitialNaming}.
@author epr
@see org.jnode.driver.net.NetDeviceAPI