Uses of Interface
org.dvb.tvanytime.metadata.Database

Packages that use Database
org.dvb.tvanytime.metadata Provides access to TV-Anytime metadata services. 
org.dvb.tvanytime.metadata.ip Provides access to Broadband Content Guides delivered via IP. 
 

Uses of Database in org.dvb.tvanytime.metadata
 

Subinterfaces of Database in org.dvb.tvanytime.metadata
 interface MonitoredDatabase
          Sources of metadata conforming to this interface can be continuously monitored for changes.
 

Classes in org.dvb.tvanytime.metadata that implement Database
 class DvbDatabase
          Class providing access to a TV Anytime metadata service that is broadcast in a DVB service.
 class IPDatabase
          Class providing access a TV Anytime server over IP.
 class StoredContentDatabase
          Class representing a database that contains TV-Anytime metadata associated with content that has been recorded and is currently stored by the device.
 

Methods in org.dvb.tvanytime.metadata with parameters of type Database
static ControlledTerm ClassificationScheme.getControlledTerm(Database database, java.lang.String href)
          Get a ControlledTerm object corresponding to a reference obtained from the specified database.
static ClassificationScheme ClassificationScheme.getInstance(Database database, java.lang.String uri)
          Get an instance of a ClassificationScheme referenced by the specified database.
 

Uses of Database in org.dvb.tvanytime.metadata.ip
 

Classes in org.dvb.tvanytime.metadata.ip that implement Database
 class HTTPDatabase
          Class providing access to a Broadband Content Guide delivered using the unicast delivery method specified in ETSI TS 102 034 V1.2.1.
 class MulticastDatabase
          Class providing access to a Broadband Content Guide delivered using the multicast delivery method specified in ETSI TS 102 034 V1.2.1.
 

Methods in org.dvb.tvanytime.metadata.ip that return Database
static Database[] BCGDiscovery.getAvailableDatabases(CRID crid)
          Get an array of Databases that can provide metadata for the specified CRID Authority.
static Database[] BCGDiscovery.getAvailableDatabases(javax.tv.locator.Locator locator)
          Get an array of Databases that can provide metadata for the specified service.
static Database[] BCGDiscovery.getAvailableDatabases(java.lang.String serviceProviderDomainName)
          Get an array of Databases that can provide metadata for the specified service provider.
static Database[] BCGDiscovery.getAvailableDatabasesByProvider(java.lang.String BCGProviderName)
          Get an array of Databases from the specified BCG provider.
static Database BCGDiscovery.getDatabase()
          Get an instance of a Broadband Content Guide where the platform chooses the host.