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)

Package javax.tv.service.transport

Provides additional information about the transport mechanisms that deliver the content the SI data describes.

See:
          Description

Interface Summary
Bouquet This interface represents information about a bouquet.
BouquetChangeListener This interface is implemented by applications wishing to receive notification of changes to Bouquet data.
BouquetCollection This interface represents a collection of bouquets on a Transport.
Network This interface provides descriptive information concerning a network.
NetworkChangeListener This interface is implemented by applications wishing to receive notification of changes to Network data.
NetworkCollection This interface represents a collection of networks on a Transport.
ServiceDetailsChangeListener This interface is implemented by applications wishing to receive notification of changes to ServiceDetails data.
Transport This interface represents an individual content delivery mechanism.
TransportStream This interface provides information about a transport stream.
TransportStreamChangeListener This interface is implemented by applications wishing to receive notification of changes to TransportStream data.
TransportStreamCollection This interface represents a collection of transport streams on a Transport.
 

Class Summary
BouquetChangeEvent A BouquetChangeEvent notifies an BouquetChangeListener of changes detected in a BouquetCollection.
NetworkChangeEvent A NetworkChangeEvent notifies an NetworkChangeListener of changes detected in a NetworkCollection.
ServiceDetailsChangeEvent A ServiceDetailsChangeEvent notifies an ServiceDetailsChangeListener of changes detected to a ServiceDetails on a Transport.
TransportSIChangeEvent An TransportSIChangeEvent notifies an SIChangeListener of changes detected to the SI on a Transport.
TransportStreamChangeEvent A TransportStreamChangeEvent notifies an TransportStreamChangeListener of changes detected in a TransportStreamCollection.
 

Package javax.tv.service.transport Description

Provides additional information about the transport mechanisms that deliver the content the SI data describes. The SIManager provides access to instances of the Transport interface, which is extended to represent an MPEG-2 multiplex. The subtypes of Transport are:

One may use the SIElementFilter API to determine the services carried by individual bouquets, networks, and transport streams.
 


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.