org.apache.felix.upnp.sample.tv
Class PowerService
java.lang.Object
org.apache.felix.upnp.sample.tv.PowerService
- All Implemented Interfaces:
- UPnPService
public class PowerService
- extends Object
- implements UPnPService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowerService
public PowerService()
getId
public String getId()
- Specified by:
getId in interface UPnPService
getType
public String getType()
- Specified by:
getType in interface UPnPService
getVersion
public String getVersion()
- Specified by:
getVersion in interface UPnPService
getAction
public UPnPAction getAction(String name)
- Specified by:
getAction in interface UPnPService
getActions
public UPnPAction[] getActions()
- Specified by:
getActions in interface UPnPService
getStateVariables
public UPnPStateVariable[] getStateVariables()
- Specified by:
getStateVariables in interface UPnPService
getStateVariable
public UPnPStateVariable getStateVariable(String name)
- Specified by:
getStateVariable in interface UPnPService
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.