Uses of Interface
org.ocap.hn.NetModule

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

Uses of NetModule in org.ocap.hn
 

Subinterfaces of NetModule in org.ocap.hn
 interface ContentManagementModule
          This interface represents a NetModule that provides content management capabilities for the purposes of network copying, moving, deleting, and renaming directories, files, or all components of a recorded service.
 interface ContentServer
          Class representing a NetModule which serves content.
 interface RemoteMediaRendererModule
          This interface provides management for Remote Media Renderer capabilities for the purposes of streaming content between servers and renderers on the home network.
 interface RemoteMediaStorage
          This interface represents a Home Networking Module that contains one or more MediaStorageVolumes
 interface RemoteRecordingManager
          This interface represents a Home Networking Module that provides scheduled recording service on a remote DVR device.
 

Methods in org.ocap.hn that return NetModule
abstract  NetModule NetManager.getNetModule(String name)
          Returns NetModule by name.
 NetModule Device.getNetModule(String moduleId)
          Returns the NetModule by module id.