|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.davic.net.tuning.NetworkInterface
Objects of this class represent physical network interfaces that can be used for receiving broadcast transport streams.
Constructor Summary | |
protected |
NetworkInterface()
This constructor is provided for the use of implementations and specifications which extend the present document. |
Method Summary | |
void |
addNetworkInterfaceListener(NetworkInterfaceListener listener)
Adds a listener for network interface events |
TransportStream |
getCurrentTransportStream()
Returns the transport stream to which the network Interface is currently tuned. |
int |
getDeliverySystemType()
This method returns the type of the delivery system that this network interface is connected to. |
Locator |
getLocator()
Returns the Locator of the transport stream to which the network interface is connected. |
boolean |
isLocal()
|
boolean |
isReserved()
|
TransportStream[] |
listAccessibleTransportStreams()
Lists the known transport streams that are accessible through this network interface. |
void |
removeNetworkInterfaceListener(NetworkInterfaceListener listener)
Removes a registered listener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected NetworkInterface()
Method Detail |
public TransportStream getCurrentTransportStream()
public Locator getLocator()
public boolean isReserved()
public boolean isLocal()
public TransportStream[] listAccessibleTransportStreams()
public int getDeliverySystemType()
public void addNetworkInterfaceListener(NetworkInterfaceListener listener)
listener
- listener object to be registered to receive network interface
eventspublic void removeNetworkInterfaceListener(NetworkInterfaceListener listener)
listener
- listener object to be removed so that it will not receive
network interface events in future
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |