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 Object


Constructor Summary
OSGiDeviceInfo(UPnPDeviceImpl osgidevice, ServiceRegistration registration)
           
 
Method Summary
 UPnPDeviceImpl getOSGiDevice()
           
 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,
                      ServiceRegistration registration)
Parameters:
osgidevice - UPnPDeviceImpl a Service
registration - Serviceregistration of the UPnPDevice service
Method Detail

getOSGiDevice

public UPnPDeviceImpl getOSGiDevice()

getRegistration

public ServiceRegistration getRegistration()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.