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

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.core.upnp.UPnPServiceImpl
All Implemented Interfaces:
UPnPService

public class UPnPServiceImpl
extends Object
implements UPnPService

Author:
Felix Project Team

Field Summary
 
Fields inherited from interface org.osgi.service.upnp.UPnPService
ID, TYPE
 
Constructor Summary
UPnPServiceImpl(org.cybergarage.upnp.Service service)
           
 
Method Summary
 UPnPAction getAction(String name)
           
 UPnPAction[] getActions()
           
 org.cybergarage.upnp.Service getCyberService()
           
 String getId()
           
 UPnPStateVariable getStateVariable(String name)
           
 UPnPStateVariable[] getStateVariables()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPnPServiceImpl

public UPnPServiceImpl(org.cybergarage.upnp.Service service)
Method Detail

getId

public String getId()
Specified by:
getId in interface UPnPService

getType

public String getType()
Specified by:
getType in interface UPnPService

getVersion

public String getVersion()
Specified by:
getVersion in interface UPnPService

getAction

public UPnPAction getAction(String name)
Specified by:
getAction in interface UPnPService

getActions

public UPnPAction[] getActions()
Specified by:
getActions in interface UPnPService

getStateVariables

public UPnPStateVariable[] getStateVariables()
Specified by:
getStateVariables in interface UPnPService

getStateVariable

public UPnPStateVariable getStateVariable(String name)
Specified by:
getStateVariable in interface UPnPService

getCyberService

public org.cybergarage.upnp.Service getCyberService()


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