org.apache.felix.upnp.sample.clock
Class TimerService
java.lang.Object
org.apache.felix.upnp.sample.clock.TimerService
- All Implemented Interfaces:
- UPnPService
public class TimerService
- extends Object
- implements UPnPService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerService
public TimerService()
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.