Uses of Interface
org.ocap.hn.ContentServer

Packages that use ContentServer
org.ocap.hn.content   
 

Uses of ContentServer in org.ocap.hn.content
 

Methods in org.ocap.hn.content that return ContentServer
 ContentServer ContentEntry.getServer()
          Gets the server where this ContentContainer is located.
 

Methods in org.ocap.hn.content with parameters of type ContentServer
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.