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 java.lang.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
Constructor Summary |
FirstMessage(org.cybergarage.upnp.Service service,
org.osgi.service.upnp.UPnPEventListener listener)
|
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,
org.osgi.service.upnp.UPnPEventListener listener)
getService
public org.cybergarage.upnp.Service getService()
getListener
public org.osgi.service.upnp.UPnPEventListener getListener()
setSid
public void setSid(java.lang.String sid)
getSid
public java.lang.String getSid()
getDevice
public org.cybergarage.upnp.Device getDevice()
getDeviceID
public java.lang.String getDeviceID()
getServiceID
public java.lang.String getServiceID()