org.apache.felix.upnp.sample.clock
Class SetTimeAction

java.lang.Object
  extended by org.apache.felix.upnp.sample.clock.SetTimeAction
All Implemented Interfaces:
org.osgi.service.upnp.UPnPAction

public class SetTimeAction
extends java.lang.Object
implements org.osgi.service.upnp.UPnPAction


Constructor Summary
SetTimeAction(org.osgi.service.upnp.UPnPStateVariable time, org.osgi.service.upnp.UPnPStateVariable result)
           
 
Method Summary
 java.lang.String[] getInputArgumentNames()
           
 java.lang.String getName()
           
 java.lang.String[] getOutputArgumentNames()
           
 java.lang.String getReturnArgumentName()
           
 org.osgi.service.upnp.UPnPStateVariable getStateVariable(java.lang.String argumentName)
           
 java.util.Dictionary invoke(java.util.Dictionary args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetTimeAction

public SetTimeAction(org.osgi.service.upnp.UPnPStateVariable time,
                     org.osgi.service.upnp.UPnPStateVariable result)
Method Detail

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