Uses of Interface
org.osgi.service.upnp.UPnPStateVariable

Packages that use UPnPStateVariable
org.osgi.service.upnp UPnP Package Version 1.1. 
 

Uses of UPnPStateVariable in org.osgi.service.upnp
 

Subinterfaces of UPnPStateVariable in org.osgi.service.upnp
 interface UPnPLocalStateVariable
          A local UPnP state variable which allows the value of the state variable to be queried.
 

Methods in org.osgi.service.upnp that return UPnPStateVariable
 UPnPStateVariable UPnPService.getStateVariable(String name)
          Gets a UPnPStateVariable objects provided by this service by name
 UPnPStateVariable UPnPAction.getStateVariable(String argumentName)
          Finds the state variable associated with an argument name.
 UPnPStateVariable[] UPnPService.getStateVariables()
          Lists all UPnPStateVariable objects provided by this service.
 



Copyright © 2006-2011 OSGi Alliance. All Rights Reserved.