Class Summary |
AsynchronousLoadingEvent |
This class described an Object event which is used to notify the loading
of a DSMCC object. |
DSMCCObject |
A DSMCCObject is an object which belongs to a DSMCC ServiceDomain. |
DSMCCStream |
The DSMCCStream class is used to manage DSMCC Stream Objects. |
DSMCCStreamEvent |
The DSMCCStreamEvent class is used to manage DSMCC StreamEvent Objects. |
InsufficientResourcesEvent |
This event is generated if there are insufficient resources available
to load a DSMCCObject. e.g. if there is not enough memory. |
InvalidFormatEvent |
This event is generated if the format of the data received is inconsistent. |
InvalidPathnameEvent |
The pathname does not exist or the ServiceDomain has been detached. |
LoadingAbortedEvent |
This event will be sent to the AsynchronousEventListener when an
asynchronous loading operation is aborted. |
MPEGDeliveryErrorEvent |
An MPEGDeliveryErrorEvent indicates that an error (for instance, a time out or accessing the data would
require tuning) has occurred while loading data
from an MPEG Stream. |
NotEntitledEvent |
This event is sent when an attempt to asynchronously load an object
has failed because the elementary stream carrying the object is scrambled
and the user is not entitled to access the content of the object. |
NPTDiscontinuityEvent |
Sent when an MHP terminal detects a permanent discontinuity in NPT
as defined in the main body of the present document. |
NPTPresentEvent |
Sent to listeners on a DSMCCStream object when NPT newly appears for that DSMCC stream
when it was not previously present. |
NPTRate |
Represents the rate at which an NPT time-base progresses. |
NPTRateChangeEvent |
Sent only when the rate of an NPT time-base changes value. |
NPTRemovedEvent |
Sent to listeners on a DSMCCStream object when NPT which was present for that DSMCC
stream is removed. |
NPTStatusEvent |
Sent when an MHP terminal detects a change of status in the NPT 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 . |
ServerDeliveryErrorEvent |
The local machine can not communicate with the server. |
ServiceDomain |
A ServiceDomain represents a group of DSMCC objects. |
ServiceXFRErrorEvent |
The object requested is available in an alternate ServiceDomain. |
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. |
SuccessEvent |
This event indicates that the asynchronous loading was
successful. |
Exception Summary |
DSMCCException |
The DSMCCException is the root class of all DSMCC related exceptions |
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. |
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. for an object Carousel, the IOR of the object or one of its
parent directories contains a Lite Option Profile Body). |
UnknownEventException |
The UnknownEventException is thrown when a method tries to access to
an unknown event. |