org.ocap.shared.dvr
Class RecordingProperties

java.lang.Object
  extended by org.ocap.shared.dvr.RecordingProperties
Direct Known Subclasses:
DVBRecordingProperties, OcapRecordingProperties

public abstract class RecordingProperties
extends java.lang.Object

Base class for specifying properties defining how a recording is to be made.


Constructor Summary
RecordingProperties(long expirationPeriod)
          Constructor
 
Method Summary
 long getExpirationPeriod()
          Return the value of the expiration period.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordingProperties

public RecordingProperties(long expirationPeriod)
Constructor

Parameters:
expirationPeriod - The period in seconds after the initiation of recording when leaf recording requests with this recording property are deemed as expired.
Method Detail

getExpirationPeriod

public long getExpirationPeriod()
Return the value of the expiration period.

Returns:
The expiration period as passed into the constructor.