Uses of Interface
org.ocap.hn.NetActionRequest

Packages that use NetActionRequest
org.ocap.hn Provides interfaces and classes for representing a home network. 
org.ocap.hn.content   
 

Uses of NetActionRequest in org.ocap.hn
 

Methods in org.ocap.hn that return NetActionRequest
 NetActionRequest ContentManagementModule.copy(Locator source, Locator dest, NetActionHandler handler)
          Copies a file or a recorded service from one device to another.
 NetActionRequest ContentManagementModule.delete(Locator target, NetActionHandler handler)
          Deletes a file or a recorded service on a remote device.
 NetActionRequest NetActionEvent.getActionRequest()
          Returns the ActionRequest which identifies the action instance.
 NetActionRequest ContentManagementModule.move(Locator source, Locator dest, NetActionHandler handler)
          Moves a file or a recorded service from one device to another.
 

Uses of NetActionRequest in org.ocap.hn.content
 

Methods in org.ocap.hn.content that return NetActionRequest
abstract  NetActionRequest ContentDatabase.requestEntries(ContentServer server, ContentContainer parent, int startingIndex, int requestedCount, ContentContainer container, String searchCriteria, NetActionHandler handler)
          Requests a search of the remote ContentServer which results in the creation of a ContentList.
 NetActionRequest ContentContainer.requestNewEntry(ContentEntry entry, ContentServer server, NetActionHandler handler)
          Requests a ContentEntry be created and added to a Container in a remote server.