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

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

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


Constructor Summary
GetTimeAction(TimeStateVariable time)
           
 
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

GetTimeAction

public GetTimeAction(TimeStateVariable time)
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