Uses of Package
org.dvb.dsmcc

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

Classes in org.dvb.dsmcc used by org.dvb.dsmcc
AsynchronousLoadingEvent
          This class describes an Object event which is used to notify the loading of a DSMCCObject.
AsynchronousLoadingEventListener
          Listener for applications which perform asynchronous loading, in order to be informed if the loading is done or if an error has occurred.
DSMCCException
          The DSMCCException is the root class of all DSMCC related exceptions
DSMCCObject
          A DSMCCObject extends the java.io.File class with a combination of features appropriate for any file system with a long access time and features specific to the DSMCC object carousel as one example of such a file system.
DSMCCStream
          The DSMCCStream class is used to manage DSMCC Stream Objects.
DSMCCStreamEvent
          The DSMCCStreamEvent class is used to manage DSMCC StreamEvent Objects.
IllegalObjectTypeException
          This Exception is thrown when the application attempted to create a DSMCCStream or DSMCCStreamEvent object with an object or a path that did not correspond to a DSMCC Stream or DSMCC StreamEvent respectively
InsufficientResourcesException
          This exception gets thrown when a request to perform a DSMCC related operation cannot be completed due to resource limitations.
InvalidAddressException
          An InvalidAddressException is thrown when the format of an NSAP address is not recognized.
InvalidFormatException
          An InvalidFormatException is thrown when an inconsistent DSMCC message is received.
InvalidPathNameException
          The InvalidPathNameException is thrown when the path name to a DSMCCObject does not exist or if the service domain is not detached.
MPEGDeliveryException
          An MPEGDEliveryException is thrown when an error (for instance, a time out or accessing the data would require tuning) occurs while loading data from an MPEG Stream.
NotEntitledException
          This Exception is thrown when the user is not entitled to access the content of the object (the Elementary Stream is scrambled and the user is not entitled).
NothingToAbortException
          A NothingToAbortException is thrown when the abort method is called and there is no loading in progress.
NotLoadedException
          A NotLoadedException is thrown when an operation fails because information which is required to be loaded has not been.
NPTListener
          Objects that implement the NPTListener interface can receive NPTStatusEvent and NPTRateChangedEvent events.
NPTRate
          Represents the rate at which an broadcast timeline progresses.
NPTRateChangeEvent
          Sent only when the rate of an broadcast timeline changes value.
NPTStatusEvent
          Sent when a GEM terminal detects a change of status in the broadcast timeline of a stream.
ObjectChangeEvent
          This class describes an object change event that is used to monitor the arrival of a new version of a DSMCCObject.
ObjectChangeEventListener
          The objects that implements the ObjectChangeEventListener interface can receive ObjectChangeEvent event.
ServerDeliveryException
          A ServerDeliveryException is thrown when the local machine can not communicate with the server.
ServiceXFRException
          A ServiceXFRException is thrown when a DSMCC Object can not be loaded in the current ServiceDomain but is available in an alternate ServiceDomain (i.e.
ServiceXFRReference
          A ServiceXFRReference object is used when a DSMCC Object can not be loaded in the current ServiceDomain but is available in an alternate ServiceDomain.
StreamEvent
          This class describes a Stream event which is used to synchronize an application with an MPEG Stream.
StreamEventListener
          Objects that implement the StreamEventListener interface can receive StreamEvent event.
UnknownEventException
          The UnknownEventException is thrown when a method tries to access to an unknown event.