| Package | Description |
|---|---|
| org.ocap.hn |
Provides representation of the main components of HN, such as servers, actions, action responses, and change listeners.
|
| org.ocap.hn.recording |
Provides control and listing of recorded content.
|
| Modifier and Type | Method and Description |
|---|---|
NetActionRequest |
ContentServerNetModule.requestBrowseEntries(String startingEntryID,
String propertyFilter,
boolean browseChildren,
int startingIndex,
int requestedCount,
String sortCriteria,
NetActionHandler handler)
Requests a browse of this ContentServer which results in the
creation of a
ContentList. |
NetActionRequest |
ContentServerNetModule.requestRootContainer(NetActionHandler handler)
returns the root ContentContainer for this ContentServerNetModule.
|
NetActionRequest |
ContentServerNetModule.requestSearchCapabilities(NetActionHandler handler)
Returns the list of property keys which applications can search against
on this ContentServer using the
ContentServerNetModule.requestSearchEntries(java.lang.String, java.lang.String, int, int, java.lang.String, java.lang.String, org.ocap.hn.NetActionHandler) method. |
NetActionRequest |
ContentServerNetModule.requestSearchEntries(String parentID,
String propertyFilter,
int startingIndex,
int requestedCount,
String searchCriteria,
String sortCriteria,
NetActionHandler handler)
Requests a search of this ContentServer which results in the
creation of a
ContentList. |
| Modifier and Type | Method and Description |
|---|---|
NetActionRequest |
RecordingContentItem.requestConflictingRecordings(NetActionHandler handler)
Requests a list of recordings whose usage of resources conflict with
this recording content item.
|
NetActionRequest |
RecordingNetModule.requestDelete(ContentEntry recording,
NetActionHandler handler)
Requests that metadata associated with a scheduled recording be deleted
from storage.
|
NetActionRequest |
RecordingNetModule.requestDeleteService(ContentEntry recording,
NetActionHandler handler)
Requests that content associated with a scheduled recording be deleted
from storage.
|
NetActionRequest |
RecordingNetModule.requestDisable(ContentEntry recording,
NetActionHandler handler)
Requests that an in progress recording be disabled on this network
recording device.
|
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.
|
NetActionRequest |
RecordingNetModule.requestPrioritize(RecordingContentItem[] recordings,
NetActionHandler handler)
Requests that a group of scheduled individual recordings be prioritized on this
network recording device.
|
NetActionRequest |
RecordingNetModule.requestReschedule(ContentEntry recording,
NetRecordingSpec recordingSpec,
NetActionHandler handler)
Requests that a recording be rescheduled on this network recording
device.
|
NetActionRequest |
RecordingNetModule.requestSchedule(NetRecordingSpec recordingSpec,
NetActionHandler handler)
Requests that a recording be scheduled on this network recording device.
|
NetActionRequest |
RecordingContentItem.requestSetMediaTime(javax.media.Time time,
NetActionHandler handler)
Requests that the presentation point of this recording be updated.
|
Copyright © 2013 CableLabs. All rights reserved.