|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.upnp.sample.clock.ClockDevice
public class ClockDevice
Field Summary | |
---|---|
static org.apache.felix.upnp.extra.util.UPnPEventNotifier |
notifier
|
Fields inherited from interface org.osgi.service.upnp.UPnPDevice |
---|
CHILDREN_UDN, DEVICE_CATEGORY, FRIENDLY_NAME, ID, MANUFACTURER, MANUFACTURER_URL, MATCH_GENERIC, MATCH_MANUFACTURER_MODEL, MATCH_MANUFACTURER_MODEL_REVISION, MATCH_MANUFACTURER_MODEL_REVISION_SERIAL, MATCH_TYPE, MODEL_DESCRIPTION, MODEL_NAME, MODEL_NUMBER, MODEL_URL, PARENT_UDN, PRESENTATION_URL, SERIAL_NUMBER, TYPE, UDN, UPC, UPNP_EXPORT |
Constructor Summary | |
---|---|
ClockDevice(org.osgi.framework.BundleContext context)
|
Method Summary | |
---|---|
java.util.Dictionary |
getDescriptions(java.lang.String locale)
|
org.osgi.service.upnp.UPnPIcon[] |
getIcons(java.lang.String locale)
|
org.osgi.service.upnp.UPnPService |
getService(java.lang.String serviceId)
|
org.osgi.service.upnp.UPnPService[] |
getServices()
|
void |
start()
|
void |
stop()
|
void |
update()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static org.apache.felix.upnp.extra.util.UPnPEventNotifier notifier
Constructor Detail |
---|
public ClockDevice(org.osgi.framework.BundleContext context)
Method Detail |
---|
public org.osgi.service.upnp.UPnPService getService(java.lang.String serviceId)
getService
in interface org.osgi.service.upnp.UPnPDevice
public org.osgi.service.upnp.UPnPService[] getServices()
getServices
in interface org.osgi.service.upnp.UPnPDevice
public org.osgi.service.upnp.UPnPIcon[] getIcons(java.lang.String locale)
getIcons
in interface org.osgi.service.upnp.UPnPDevice
public java.util.Dictionary getDescriptions(java.lang.String locale)
getDescriptions
in interface org.osgi.service.upnp.UPnPDevice
public void start()
public void stop()
public void update()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |