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.service.selection Extensions to the Java TV service selection API. 
org.ocap.dvr.event Manages stream events in store content. 
 

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, Object requestData)
          Tries to reserve exclusively the control over the specified 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.
 

Uses of NetworkInterface in org.ocap.dvr.event
 

Methods in org.ocap.dvr.event that return NetworkInterface
 NetworkInterface LightweightTriggerSession.getNetworkInterface()
          Gets the NetworkInterface for the stream type of interest.