Uses of Class
org.dvb.dsmcc.NotLoadedException

Packages that use NotLoadedException
org.dvb.dsmcc   
 

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 MHP to unmount the volume and delete the objects of the service domain.
 byte[] ServiceDomain.getNSAPAddress()
          This method returns the NSAP address of the ServiceDomain.
static java.net.URL ServiceDomain.getURL(Locator l)
          Obtain a java.net.URL corresponding to a 'dvb:' locator.
 void DSMCCObject.unload()
          When calling this method, the applications gives a hint to the MHP 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.