org.ocap.dvr
Class PrivateRecordingSpec

java.lang.Object
  extended by org.ocap.shared.dvr.RecordingSpec
      extended by org.ocap.dvr.PrivateRecordingSpec

public class PrivateRecordingSpec
extends RecordingSpec

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

PrivateRecordingSpec

public PrivateRecordingSpec(java.io.Serializable requestData,
                            RecordingProperties properties)
Constructor

Parameters:
requestData - private data the format of which is known only to the application.
properties - the definition of how the recording is to be done
Method Detail

getPrivateData

public java.io.Serializable getPrivateData()
Returns the private data stored in this recording spec

Returns:
the private data passed into the constructor