org.apache.felix.upnp.sample.tv
Class PowerService

java.lang.Object
  extended by org.apache.felix.upnp.sample.tv.PowerService
All Implemented Interfaces:
UPnPService

public class PowerService
extends Object
implements UPnPService


Field Summary
 
Fields inherited from interface org.osgi.service.upnp.UPnPService
ID, TYPE
 
Constructor Summary
PowerService()
           
 
Method Summary
 UPnPAction getAction(String name)
           
 UPnPAction[] getActions()
           
 String getId()
           
 UPnPStateVariable getStateVariable(String name)
           
 UPnPStateVariable[] getStateVariables()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerService

public PowerService()
Method Detail

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.