org.apache.felix.upnp.basedriver.importer.core
Class OSGiDeviceInfo

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.core.OSGiDeviceInfo

public class OSGiDeviceInfo
extends java.lang.Object


Constructor Summary
OSGiDeviceInfo(UPnPDeviceImpl osgidevice, org.osgi.framework.ServiceRegistration registration)
           
 
Method Summary
 UPnPDeviceImpl getOSGiDevice()
           
 org.osgi.framework.ServiceRegistration getRegistration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiDeviceInfo

public OSGiDeviceInfo(UPnPDeviceImpl osgidevice,
                      org.osgi.framework.ServiceRegistration registration)
Parameters:
osgidevice - UPnPDeviceImpl a Service
registration - Serviceregistration of the UPnPDevice service
Method Detail

getOSGiDevice

public UPnPDeviceImpl getOSGiDevice()

getRegistration

public org.osgi.framework.ServiceRegistration getRegistration()