org.apache.felix.upnp.basedriver.importer.core.event.message
Class FirstMessage

java.lang.Object
  extended by 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

Constructor Summary
FirstMessage(org.cybergarage.upnp.Service service, UPnPEventListener listener)
           
 
Method Summary
 org.cybergarage.upnp.Device getDevice()
           
 String getDeviceID()
           
 UPnPEventListener getListener()
           
 org.cybergarage.upnp.Service getService()
           
 String getServiceID()
           
 String getSid()
           
 void setSid(String sid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstMessage

public FirstMessage(org.cybergarage.upnp.Service service,
                    UPnPEventListener listener)
Method Detail

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.