|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetActionRequest | |
|---|---|
| org.ocap.hn | |
| org.ocap.hn.recording | |
| Uses of NetActionRequest in org.ocap.hn |
|---|
| Methods in org.ocap.hn that return NetActionRequest | |
|---|---|
NetActionRequest |
NetActionEvent.getActionRequest()
Returns the ActionRequest which identifies the action instance. |
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. |
| Uses of NetActionRequest in org.ocap.hn.recording |
|---|
| Methods in org.ocap.hn.recording that return NetActionRequest | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||