org.ocap.dvr.storage
Interface MediaStorageEvent


public interface MediaStorageEvent

This interface SHALL be implemented by StorageManagerEvents generated by the implementation that involve a StorageProxy which contains MediaStorageVolumes.


Method Summary
 RecordingList getEntries()
          Returns the list of scheduled, pending, in-progress, and completed recordings for which a contained MediaStorageVolume is an explicit or implicit destination.
 

Method Detail

getEntries

RecordingList getEntries()
Returns the list of scheduled, pending, in-progress, and completed recordings for which a contained MediaStorageVolume is an explicit or implicit destination.

Note that this may include recordings which no longer exist (in the case of a delete) or recordings that previously did not exist (in the case of an add).

Returns:
the list of recordings affected by this event.