Package org.ocap.hn

Provides interfaces and classes for representing a home network.

See:
          Description

Interface Summary
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.
ContentServer Class representing a NetModule which serves content.
Device The Device interface represents a Homenetwork device that supports homenetwork NetModules.
NetActionHandler This interface represents a handler passed to asynchronous methods
NetActionRequest All asynchronous actions in the Home networking API return an NetActionRequest.
NetList A list comprising of homenetwork elements such as Device or NetModule.
NetModule NetModule is an abstraction of functionality that is provided by a Device.
NetModuleEventListener NetModuleEvent callback 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.
RemoteMediaStorage This interface represents a Home Networking Module that contains one or more MediaStorageVolumes
RemoteNetModule  
RemoteRecordingManager This interface represents a Home Networking Module that provides scheduled recording service on a remote DVR device.
RemoteRecordingResourceUsage This interface represents a group of resources required to perform a recording requested by an application running on a remote device.
RemoteResourceUsage This interface represents a group of resources required to perform an action requested by an application running on a remote device.
RemoteTimeShiftResourceUsage This interface represents a group of resources required to perform a time-shifting request initiated by an application running on a remote device.
 

Class Summary
HomeNetPermission The HomeNetPermission class represents permission to execute privileged home networking operations only signed applications MAY be granted.
NetActionEvent This class represents an event generated in response to an action.
NetManager The NetManager is a singleton class that registers all the Devices and NetModules within a home network.
NetModuleEvent Entity for NetModule Event.
PropertyFilter The filter for (key,value) pair filtering mechanism.
 

Exception Summary
NotAuthorizedException Exception indicating that the application has no permission to perform certain action.
 

Package org.ocap.hn Description

Provides interfaces and classes for representing a home network.