Uses of Class
org.dvb.tvanytime.metadata.DatabaseException

Packages that use DatabaseException
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 DatabaseException in org.dvb.tvanytime.metadata
 

Methods in org.dvb.tvanytime.metadata that throw DatabaseException
abstract  DatabaseQuery DatabaseQuery.and(DatabaseQuery query)
          Create a new DatabaseQuery based upon the logical AND of the predicates represented by this query and the argument query.
abstract  DatabaseQuery DatabaseQuery.and(DatabaseQuery query, java.lang.String contextNode)
          Create a new DatabaseQuery object based upon the logical AND of the predicates represented by this query and the argument query.
static IPDatabase[] IPDatabase.getAvailableDatabases(DatabaseScope scope)
          Get an array of IPDatabases that can provide metadata for the specified scope.
static DvbDatabase[] DvbDatabase.getAvailableDatabases(DatabaseScope scope, boolean doNotTune)
          Get an array listing all DvbDatabases that can provide metadata for the specified scope.
static ControlledTerm ClassificationScheme.getControlledTerm(Database database, java.lang.String href)
          Get a ControlledTerm object corresponding to a reference obtained from the specified database.
abstract  ControlledTerm ClassificationScheme.getControlledTerm(java.lang.String termID)
          Get a ControlledTerm object corresponding to a termID.
static StoredContentDatabase StoredContentDatabase.getInstance()
          Get an instance of the StoredContentDatabase.
static ClassificationScheme ClassificationScheme.getInstance(Database database, java.lang.String uri)
          Get an instance of a ClassificationScheme referenced by the specified database.
static ClassificationScheme ClassificationScheme.getInstance(java.lang.String uri)
          Get an instance of a inbuilt ClassificationScheme which is supported by the platform.
 DatabaseQueryResult Database.getMetadata(CRID crid, ResultListener listener)
          Get all available metadata on a specific CRID.
 DatabaseQueryResult MonitoredDatabase.getMetadata(CRID crid, ResultListener resultListener, MetadataChangedListener changeListener)
          Get all available metadata on a specific CRID.
 DatabaseQueryResult MonitoredDatabase.getMetadata(CRID crid, ResultListener resultListener, MetadataChangedListener changeListener, QueryConstraints constraints)
          Get all available metadata on a specific CRID.
 DatabaseQueryResult Database.getMetadata(CRID crid, ResultListener listener, QueryConstraints constraints)
          Get all available metadata on a specific CRID.
abstract  java.lang.String FieldIDDefinitionList.getXPath(java.lang.String fieldID)
          Get the XPath corresponding to a fieldID.
static DvbDatabase DvbDatabase.newInstance(boolean doNotTune)
          Get an instance of a DvbDatabase where the platform chooses a DVB service that contains a metadata service.
static IPDatabase IPDatabase.newInstance(CRID crid)
          Get an instance of a IPDatabase where the platform chooses a server that can provide metadata for the given CRID authority.
static DvbDatabase DvbDatabase.newInstance(CRID crid, boolean doNotTune)
          Get an instance of a DvbDatabase where the platform chooses a service that can provide metadata for the given CRID authority.
static DvbDatabase DvbDatabase.newInstance(org.davic.net.dvb.DvbLocator service, int metadataServiceId, boolean doNotTune)
          Get an instance of a DvbDatabase carried on a specified DVB service with the specified metadataServiceId.
static DatabaseQuery DatabaseQuery.newInstance(java.lang.String fieldID, int comparison, java.lang.String value)
          Make a new DatabaseQuery for a specific value in a specific field.
abstract  DatabaseQuery DatabaseQuery.or(DatabaseQuery query)
          Create a new DatabaseQuery based upon the logical OR of the predicates represented by this query and the argument query.
 DatabaseQueryResult Database.query(DatabaseQuery query, ResultListener listener)
          Make a metadata query to the database.
 DatabaseQueryResult MonitoredDatabase.query(DatabaseQuery query, ResultListener resultListener, MetadataChangedListener changeListener)
          Make a metadata query to the database.
 DatabaseQueryResult MonitoredDatabase.query(DatabaseQuery query, ResultListener resultListener, MetadataChangedListener changeListener, QueryConstraints constraints)
          Make a metadata query to the database.
 DatabaseQueryResult Database.query(DatabaseQuery query, ResultListener listener, QueryConstraints constraints)
          Make a metadata query to the database.
 

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

Methods in org.dvb.tvanytime.metadata.ip that throw DatabaseException
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.
static MulticastDatabase MulticastDatabase.newInstance(java.lang.String path)
          Get an instance of a MulticastDatabase where the caller chooses the server.
static HTTPDatabase HTTPDatabase.newInstance(java.lang.String path)
          Get an instance of an HTTPDatabase where the caller chooses the server.