|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkInterfaceException | |
---|---|
org.davic.net.tuning | Provides access to tuning - MPEG multiplex selection. |
Uses of NetworkInterfaceException in org.davic.net.tuning |
---|
Subclasses of NetworkInterfaceException in org.davic.net.tuning | |
---|---|
class |
IncorrectLocatorException
This exception is raised when a Locator given is of an inappropriate type. |
class |
NoFreeInterfaceException
This exception is raised when a NetworkInterface that could be reserved by the application, cannot be found. |
class |
NotOwnerException
This exception is raised when the application calls a method and has no control over the corresponding NetworkInterface. |
class |
NotTunedException
This exception is raised when a method that requires access to a transport stream is called on a network interface that is not tuned to any transport stream. |
class |
StreamNotFoundException
This exception is raised when a reference to a transport stream from a Locator can not be resolved because the transport stream does not exist in the database of known transport streams. |
Methods in org.davic.net.tuning that throw NetworkInterfaceException | |
---|---|
static TransportStream[] |
StreamTable.getTransportStreams(Locator locator)
Returns the transport streams that match the locator. |
void |
NetworkInterfaceController.release()
Releases the tuner. |
void |
NetworkInterfaceController.reserve(NetworkInterface ni,
java.lang.Object requestData)
Tries to reserve exclusively the control over the specified network interface. |
void |
NetworkInterfaceController.reserveFor(Locator locator,
java.lang.Object requestData)
Tries to reserve exclusively the control over a network interface that can receive the transport stream specified by the locator parameter. |
void |
NetworkInterfaceController.tune(Locator locator)
Tunes asynchronously to the given stream (specified by a Locator). |
void |
NetworkInterfaceController.tune(TransportStream ts)
Tunes asynchronously to the given transport stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |