Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

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

Packages that use Transport
javax.tv.service Provides mechanisms for accessing the service information (SI) database and APIs representing the SI elements it contains. 
javax.tv.service.transport Provides additional information about the transport mechanisms that deliver the content the SI data describes. 
 

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 BouquetCollection
          This interface represents a collection of bouquets on a 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
TransportSIChangeEvent(Transport transport, SIChangeType type, SIElement e)
          Constructs an TransportSIChangeEvent.
ServiceDetailsChangeEvent(Transport transport, SIChangeType type, ServiceDetails s)
          Constructs a ServiceDetailsChangeEvent.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.