Uses of Interface
org.ocap.hn.Device

Packages that use Device
org.ocap.hn Provides interfaces and classes for representing a home network. 
org.ocap.hn.content.navigation Manages the content listings. 
 

Uses of Device in org.ocap.hn
 

Methods in org.ocap.hn that return Device
 Device RemoteResourceUsage.getDevice()
          Gets the Device from which the request originated.
 Device NetModule.getDevice()
          Returns the device that provides this NetModule.
abstract  Device NetManager.getDevice(String name)
          Returns device by name.
 

Uses of Device in org.ocap.hn.content.navigation
 

Constructors in org.ocap.hn.content.navigation with parameters of type Device
DeviceFilter(Device device)
          Creates a new DeviceFilter.