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

Packages that use IPDatabase
org.dvb.tvanytime.metadata Provides access to TV-Anytime metadata services. 
 

Uses of IPDatabase in org.dvb.tvanytime.metadata
 

Methods in org.dvb.tvanytime.metadata that return IPDatabase
static IPDatabase[] IPDatabase.getAvailableDatabases(DatabaseScope scope)
          Get an array of IPDatabases that can provide metadata for the specified scope.
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 IPDatabase IPDatabase.newInstance(java.lang.String path)
          Get an instance of an IPDatabase where the caller chooses the server.
 

Methods in org.dvb.tvanytime.metadata with parameters of type IPDatabase
 void CapabilityDescriptionsListener.postCapabilityDescriptions(IPDatabase database, Element description)
          This method is called to report the capabilities of an IPDatabase.