Klasse UPnPActionImpl

java.lang.Object
org.jupnp.osgi.impl.UPnPActionImpl
Alle implementierten Schnittstellen:
org.osgi.service.upnp.UPnPAction

public class UPnPActionImpl extends Object implements org.osgi.service.upnp.UPnPAction
Autor:
Bruce Green
  • Konstruktordetails

    • UPnPActionImpl

      public UPnPActionImpl(Action<?> action)
  • Methodendetails

    • getName

      public String getName()
      Angegeben von:
      getName in Schnittstelle org.osgi.service.upnp.UPnPAction
    • getReturnArgumentName

      public String getReturnArgumentName()
      Angegeben von:
      getReturnArgumentName in Schnittstelle org.osgi.service.upnp.UPnPAction
    • getInputArgumentNames

      public String[] getInputArgumentNames()
      Angegeben von:
      getInputArgumentNames in Schnittstelle org.osgi.service.upnp.UPnPAction
    • getOutputArgumentNames

      public String[] getOutputArgumentNames()
      Angegeben von:
      getOutputArgumentNames in Schnittstelle org.osgi.service.upnp.UPnPAction
    • getStateVariable

      public org.osgi.service.upnp.UPnPStateVariable getStateVariable(String argumentName)
      Angegeben von:
      getStateVariable in Schnittstelle org.osgi.service.upnp.UPnPAction
    • invoke

      public Dictionary invoke(Dictionary args) throws Exception
      Angegeben von:
      invoke in Schnittstelle org.osgi.service.upnp.UPnPAction
      Löst aus:
      Exception