org.apache.felix.upnp.sample.tv
Class GetPowerAction
java.lang.Object
org.apache.felix.upnp.sample.tv.GetPowerAction
- All Implemented Interfaces:
- org.osgi.service.upnp.UPnPAction
public class GetPowerAction
- extends java.lang.Object
- implements org.osgi.service.upnp.UPnPAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetPowerAction
public GetPowerAction(PowerStateVariable power)
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.osgi.service.upnp.UPnPAction
getReturnArgumentName
public java.lang.String getReturnArgumentName()
- Specified by:
getReturnArgumentName
in interface org.osgi.service.upnp.UPnPAction
getInputArgumentNames
public java.lang.String[] getInputArgumentNames()
- Specified by:
getInputArgumentNames
in interface org.osgi.service.upnp.UPnPAction
getOutputArgumentNames
public java.lang.String[] getOutputArgumentNames()
- Specified by:
getOutputArgumentNames
in interface org.osgi.service.upnp.UPnPAction
getStateVariable
public org.osgi.service.upnp.UPnPStateVariable getStateVariable(java.lang.String argumentName)
- Specified by:
getStateVariable
in interface org.osgi.service.upnp.UPnPAction
invoke
public java.util.Dictionary invoke(java.util.Dictionary args)
throws java.lang.Exception
- Specified by:
invoke
in interface org.osgi.service.upnp.UPnPAction
- Throws:
java.lang.Exception