Klasse UPnPDeviceImpl

java.lang.Object
org.jupnp.osgi.impl.UPnPDeviceImpl
Alle implementierten Schnittstellen:
org.osgi.service.upnp.UPnPDevice

public class UPnPDeviceImpl extends Object implements org.osgi.service.upnp.UPnPDevice
  • Feldübersicht

    Von Schnittstelle geerbte Felder org.osgi.service.upnp.UPnPDevice

    CHILDREN_UDN, DEVICE_CATEGORY, FRIENDLY_NAME, ID, MANUFACTURER, MANUFACTURER_URL, MATCH_GENERIC, MATCH_MANUFACTURER_MODEL, MATCH_MANUFACTURER_MODEL_REVISION, MATCH_MANUFACTURER_MODEL_REVISION_SERIAL, MATCH_TYPE, MODEL_DESCRIPTION, MODEL_NAME, MODEL_NUMBER, MODEL_URL, PARENT_UDN, PRESENTATION_URL, SERIAL_NUMBER, TYPE, UDN, UPC, UPNP_EXPORT
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    UPnPDeviceImpl(Device<?,?,?> device)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    Device<?,?,?>
     
    org.osgi.service.upnp.UPnPIcon[]
    getIcons(String locale)
     
    org.osgi.service.upnp.UPnPService
    getService(String serviceId)
     
    org.osgi.service.upnp.UPnPService[]
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • UPnPDeviceImpl

      public UPnPDeviceImpl(Device<?,?,?> device)
  • Methodendetails

    • getService

      public org.osgi.service.upnp.UPnPService getService(String serviceId)
      Angegeben von:
      getService in Schnittstelle org.osgi.service.upnp.UPnPDevice
    • getServices

      public org.osgi.service.upnp.UPnPService[] getServices()
      Angegeben von:
      getServices in Schnittstelle org.osgi.service.upnp.UPnPDevice
    • getIcons

      public org.osgi.service.upnp.UPnPIcon[] getIcons(String locale)
      Angegeben von:
      getIcons in Schnittstelle org.osgi.service.upnp.UPnPDevice
    • getDescriptions

      public Dictionary getDescriptions(String locale)
      Angegeben von:
      getDescriptions in Schnittstelle org.osgi.service.upnp.UPnPDevice
    • getDevice

      public Device<?,?,?> getDevice()