|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ocap.shared.dvr.RecordingSpec
org.oipf.download.LocatorDownloadSpec
public class LocatorDownloadSpec
Specifies a recording request in terms of a Locator to a file. The identified file is asynchronously downloaded from the network.
When instances of this class are passed to RecordingManager.record(..), the following additional failure mode shall apply - if the locator does not reference a file then the record method shall throw an IllegalArgumentException.
No additional failure modes are defined for RecordingRequest.reschedule.
For recording requests resulting from a recording spec of this type, downloading shall start immediately. Such recording requests will never be in a pending or a IN_PROGRESS_INCOMPLETE_STATE state.
Constructor Summary | |
---|---|
LocatorDownloadSpec(javax.tv.locator.Locator source,
org.ocap.shared.dvr.RecordingProperties properties)
Constructor |
Method Summary | |
---|---|
javax.tv.locator.Locator |
getSource()
Returns the source of the content to be downloaded |
Methods inherited from class org.ocap.shared.dvr.RecordingSpec |
---|
getProperties |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocatorDownloadSpec(javax.tv.locator.Locator source, org.ocap.shared.dvr.RecordingProperties properties)
source
- Source of content to be downloadedproperties
- the definition of how the recording is to be doneMethod Detail |
---|
public javax.tv.locator.Locator getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |