Uses of Interface
javax.tv.service.transport.Transport

Packages that use Transport
javax.tv.service   
javax.tv.service.transport   
 

Uses of Transport in javax.tv.service
 

Methods in javax.tv.service that return Transport
abstract  Transport[] SIManager.getTransports()
          Reports the various content delivery mechanisms currently available on this platform.
 

Uses of Transport in javax.tv.service.transport
 

Subinterfaces of Transport in javax.tv.service.transport
 interface NetworkCollection
          This interface represents a collection of networks on a Transport.
 interface TransportStreamCollection
          This interface represents a collection of transport streams on a Transport.
 

Methods in javax.tv.service.transport that return Transport
 Transport TransportSIChangeEvent.getTransport()
          Reports the Transport that generated the event.
 

Constructors in javax.tv.service.transport with parameters of type Transport
ServiceDetailsChangeEvent(Transport transport, SIChangeType type, ServiceDetails s)
          Constructs a ServiceDetailsChangeEvent.
TransportSIChangeEvent(Transport transport, SIChangeType type, SIElement e)
          Constructs an TransportSIChangeEvent.