Uses of Interface
org.ocap.hn.recording.NetRecordingEntry

Packages that use NetRecordingEntry
org.ocap.hn.recording   
 

Uses of NetRecordingEntry in org.ocap.hn.recording
 

Methods in org.ocap.hn.recording that return NetRecordingEntry
 NetRecordingEntry NetRecordingRequestManager.createNetRecordingEntry()
          This method creates a local entry which represents a network visible collection of recording items.
 NetRecordingEntry RecordingContentItem.getRecordingEntry()
          Returns the NetRecordingEntry which contains this recording content item if the NetRecordingEntry is available.
 

Methods in org.ocap.hn.recording with parameters of type NetRecordingEntry
 boolean NetRecordingRequestHandler.notifyPrioritization(InetAddress address, NetRecordingEntry[] recordings)
          Notifies this NetRecordingRequestHandler that a device on the home network has requested that a group of recordings be re-prioritized.
 boolean NetRecordingRequestHandler.notifyReschedule(InetAddress address, ContentEntry recording, NetRecordingEntry spec)
          Notifies this NetRecordingRequestHandler that a device on the home network has requested that a recording be rescheduled.
 boolean NetRecordingRequestHandler.notifySchedule(InetAddress address, NetRecordingEntry spec)
          Notifies this NetRecordingRequestHandler that a device on the home network has requested that a recording be scheduled.
 NetActionRequest RecordingNetModule.requestPrioritize(NetRecordingEntry[] recordings, NetActionHandler handler)
          Requests that a group of scheduled recording request be prioritized on this network recording device, where each recording request may represent one or more individual recordings on the remote device.
 



Copyright © 2011. All Rights Reserved.