org.apache.felix.upnp.basedriver.importer.core.event.message
Class FirstMessage
java.lang.Object
org.apache.felix.upnp.basedriver.importer.core.event.message.FirstMessage
public class FirstMessage
- extends Object
This class rappresent a message that is equeued for the Suscriber.
This is message is related to a registration of listener for a
CyberLink Service during the registering of the UPnP Event Listener
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FirstMessage
public FirstMessage(org.cybergarage.upnp.Service service,
UPnPEventListener listener)
getService
public org.cybergarage.upnp.Service getService()
getListener
public UPnPEventListener getListener()
setSid
public void setSid(String sid)
getSid
public String getSid()
getDevice
public org.cybergarage.upnp.Device getDevice()
getDeviceID
public String getDeviceID()
getServiceID
public String getServiceID()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.