|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ocap.shared.dvr.RecordingSpec
org.ocap.dvr.PrivateRecordingSpec
public class PrivateRecordingSpec
Specifies a recording request that can be resolved only by an application defined request resolution handler.
Constructor Summary | |
---|---|
PrivateRecordingSpec(java.io.Serializable requestData,
RecordingProperties properties)
Constructor |
Method Summary | |
---|---|
java.io.Serializable |
getPrivateData()
Returns the private data stored in this recording spec |
Methods inherited from class org.ocap.shared.dvr.RecordingSpec |
---|
getProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrivateRecordingSpec(java.io.Serializable requestData, RecordingProperties properties)
requestData
- private data the format of which is known only
to the application.properties
- the definition of how the recording is to be doneMethod Detail |
---|
public java.io.Serializable getPrivateData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |