Uses of Class
org.ocap.shared.dvr.AccessDeniedException

Packages that use AccessDeniedException
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
 

Uses of AccessDeniedException in org.ocap.dvr
 

Methods in org.ocap.dvr that throw AccessDeniedException
 void OcapRecordingRequest.cancel()
          Cancels a pending recording request.
abstract  RecordingRequest OcapRecordingManager.record(RecordingSpec source, String[] keys, Serializable[] appData)
          Records the stream or streams according to the source parameter.
 

Uses of AccessDeniedException in org.ocap.shared.dvr
 

Methods in org.ocap.shared.dvr that throw AccessDeniedException
 void RecordingRequest.addAppData(String key, Serializable data)
          Add application specific private data.
 void ParentRecordingRequest.cancel()
          Cancels the parent recording request.
 void LeafRecordingRequest.cancel()
          Cancels a pending recording request.
 void RecordingRequest.delete()
          Deletes the recording request from the database.
 void RecordedService.delete()
          Deletes the recorded service.
 SegmentedRecordedService LeafRecordingRequest.getService()
          Returns the SegmentedRecordedService corresponding to the recording request.
abstract  RecordingRequest RecordingManager.record(RecordingSpec source)
          Requests the recording of the stream or streams according to the source parameter.
 void RecordingRequest.removeAppData(String key)
          Remove Application specific private data corresponding to the specified key.
 void RecordingRequest.reschedule(RecordingSpec newRecordingSpec)
          Modify the details of a recording request.
 void RecordedService.setMediaTime(Time mediaTime)
          Set the JMF media time for the location from where the playback will begin when this recorded service is selected on a ServiceContext.
 void RecordingRequest.setRecordingProperties(RecordingProperties properties)
          Modify the RecordingProperties corresponding to the RecordingSpec for this recording request.
 void LeafRecordingRequest.stop()
          Stops the recording for an in-progress recording request regardless of how much of the duration has been recorded.