| Package | Description |
|---|---|
| org.dvb.dsmcc |
| Modifier and Type | Class and Description |
|---|---|
class |
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
|
class |
InsufficientResourcesException
This exception gets thrown when a request to perform a DSMCC related operation
cannot be completed due to resource limitations.
|
class |
InvalidAddressException
An InvalidAddressException is thrown when the format of an NSAP address
is not recognized.
|
class |
InvalidFormatException
An InvalidFormatException is thrown when an inconsistent DSMCC message is
received.
|
class |
InvalidPathNameException
The InvalidPathNameException is thrown when the path name to a
DSMCCObject does not exist or if the service domain is not detached.
|
class |
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.
|
class |
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).
|
class |
NothingToAbortException
A NothingToAbortException is thrown when the abort method is called and
there is no loading in progress.
|
class |
NotLoadedException
A NotLoadedException is thrown when an operation fails
because information which is required to be loaded has not been.
|
class |
ServerDeliveryException
A ServerDeliveryException is thrown when the local machine can not
communicate with the server.
|
class |
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.
|
class |
UnknownEventException
The
UnknownEventException is thrown when a method tries to access to
an unknown event. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDomain.attach(byte[] NSAPAddress)
This function is used to attach a
ServiceDomain from either
an object carousel or from an interactive network. |
void |
ServiceDomain.attach(Locator l)
This function is used to attach a
ServiceDomain from an object carousel. |
Copyright © 2012 code4tv.com. All Rights Reserved.