Uses of Class
org.davic.net.tuning.NetworkInterface

Packages that use NetworkInterface
org.davic.net.tuning Provides access to tuning - MPEG multiplex selection. 
org.dvb.locator Provides Locators for various concepts not addressed in the org.davic and javax.tv packages. 
org.dvb.net.tuning Provides extensions to the tuning API from DAVIC. 
org.dvb.service.selection Extensions to the Java TV service selection API. 
 

Uses of NetworkInterface in org.davic.net.tuning
 

Methods in org.davic.net.tuning that return NetworkInterface
 NetworkInterface NetworkInterfaceController.getNetworkInterface()
          Returns the network interface associated with this controller.
 NetworkInterface NetworkInterfaceManager.getNetworkInterface(TransportStream ts)
          Returns the NetworkInterface with which the specified TransportStream object is associated.
 NetworkInterface[] NetworkInterfaceManager.getNetworkInterfaces()
          Returns all network interfaces.
 

Methods in org.davic.net.tuning with parameters of type NetworkInterface
 void NetworkInterfaceController.reserve(NetworkInterface ni, java.lang.Object requestData)
          Tries to reserve exclusively the control over the specified network interface.
 

Uses of NetworkInterface in org.dvb.locator
 

Methods in org.dvb.locator that return NetworkInterface
 NetworkInterface NetworkInterfaceBoundMediaLocator.getNetworkInterface()
          Return the network interface aspect of this MediaLocator
 

Constructors in org.dvb.locator with parameters of type NetworkInterface
NetworkInterfaceBoundMediaLocator(javax.media.MediaLocator locator, NetworkInterface ni)
          Construct an instance of this class
 

Uses of NetworkInterface in org.dvb.net.tuning
 

Methods in org.dvb.net.tuning that return NetworkInterface
static NetworkInterface DvbNetworkInterfaceSIUtil.getNetworkInterface(org.dvb.si.SIDatabase sd)
          Gets the network interface for a particular SI database.
 

Methods in org.dvb.net.tuning with parameters of type NetworkInterface
static org.dvb.si.SIDatabase DvbNetworkInterfaceSIUtil.getSIDatabase(NetworkInterface ni)
          Gets the SI database for a particular network interface.
 

Uses of NetworkInterface in org.dvb.service.selection
 

Methods in org.dvb.service.selection that return NetworkInterface
 NetworkInterface DvbServiceContext.getNetworkInterface()
          Return the NetworkInterface reserved by this ServiceContext.