Uses of Class
org.dvb.dsmcc.NotLoadedException

Packages that use NotLoadedException
org.dvb.dsmcc Provides extended access to files carried in the broadcast stream. 
 

Uses of NotLoadedException in org.dvb.dsmcc
 

Methods in org.dvb.dsmcc that throw NotLoadedException
 void ServiceDomain.detach()
          A call to this method is a hint that the applications gives to the GEM to unmount the volume and delete the objects of the service domain.
 byte[] ServiceDomain.getContextData(int context_id)
          Returns the context_data_bytes from the service context list of the ServiceDomain's service gateway object.
 byte[] ServiceDomain.getNSAPAddress()
          This method returns the NSAP address of the ServiceDomain.
static java.net.URL ServiceDomain.getURL(Locator l)
          NOTE [GEM P.2.5.5]: The original description has been replaced with the following: Returns a URL corresponding to a locator referring to a file or a directory, as specified in the table in GEM clause 14.8, "Locators and content referencing." If the service domain corresponding to the locator is attached and the file or directory referenced in the locator exists then an instance of java.net.URL is returned which can be used to reference this object.
 void DSMCCObject.unload()
          When calling this method, the applications gives a hint to the implementation that if this object is not consumed by another application/thread, the system can free all the resources allocated to this object.
 

Constructors in org.dvb.dsmcc that throw NotLoadedException
DSMCCStream(DSMCCObject aDSMCCObject)
          Creates a Stream Object from a DSMCC Object.
DSMCCStreamEvent(DSMCCObject aDSMCCObject)
          Create a DSMCCStreamEvent from a DSMCCObject.