Uses of Class
org.dvb.dsmcc.DSMCCObject

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

Uses of DSMCCObject in org.dvb.dsmcc
 

Methods in org.dvb.dsmcc that return DSMCCObject
 DSMCCObject ServiceDomain.getMountPoint()
          Returns a DSMCCObject object describing the top level directory of this ServiceDomain.
 

Methods in org.dvb.dsmcc with parameters of type DSMCCObject
static boolean DSMCCObject.prefetch(DSMCCObject dir, java.lang.String path, byte priority)
          Calling this method will issue a hint to the implementation for pre-fetching the object data for that DSMCC object into cache.
 

Constructors in org.dvb.dsmcc with parameters of type DSMCCObject
AsynchronousLoadingEvent(DSMCCObject o)
          Creates an AsynchronousLoadingEvent.
DSMCCObject(DSMCCObject dir, java.lang.String name)
          Create a DSMCCObject object.
DSMCCStream(DSMCCObject aDSMCCObject)
          Creates a Stream Object from a DSMCC Object.
DSMCCStreamEvent(DSMCCObject aDSMCCObject)
          Create a DSMCCStreamEvent from a DSMCCObject.
InsufficientResourcesEvent(DSMCCObject o)
          Create an InsufficientResourcesException object.
InvalidFormatEvent(DSMCCObject o)
          Create an InvalidFormatException object.
InvalidPathnameEvent(DSMCCObject o)
          Create an InvalidPathnameEvent.
LoadingAbortedEvent(DSMCCObject aDSMCCObject)
          Creates a LoadingAbortedEvent object.
MPEGDeliveryErrorEvent(DSMCCObject o)
          Creates an MPEGDeliveryEvent.
NotEntitledEvent(DSMCCObject o)
          Creates a NotEntitledEvent object.
ObjectChangeEvent(DSMCCObject source, int aVersionNumber)
          Creates an ObjectChangeEvent indicating that a new version of the monitored DSMCC Object has been detected.
ServerDeliveryErrorEvent(DSMCCObject o)
          Creates a ServerDeliveryEvent object.
ServiceXFRErrorEvent(DSMCCObject o, ServiceXFRReference ref)
          Creates a ServiceXFRErrorEvent object.
SuccessEvent(DSMCCObject o)
          Creates a SuccessEvent object.