org.apache.felix.upnp.tester.discovery
Class DriverProxy

java.lang.Object
  extended by org.apache.felix.upnp.tester.discovery.DriverProxy
All Implemented Interfaces:
EventListener, ServiceListener

public class DriverProxy
extends Object
implements ServiceListener


Constructor Summary
DriverProxy()
           
 
Method Summary
 void close()
           
 void doSearch(String target)
           
 boolean getCyberDebug()
           
 String getDeviceDescriptionURI(String udn)
           
 int getLogLevel()
           
 String getServiceDescriptionURI(String udn, String serviceId)
           
 boolean isDriverAvailable()
           
 String resolveRelativeUrl(String udn, String link)
           
 void serviceChanged(ServiceEvent e)
          Receives notification that a service has had a lifecycle change.
 void setCyberDebug(boolean b)
           
 void setLogLevel(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverProxy

public DriverProxy()
Method Detail

isDriverAvailable

public boolean isDriverAvailable()

getDeviceDescriptionURI

public String getDeviceDescriptionURI(String udn)

getServiceDescriptionURI

public String getServiceDescriptionURI(String udn,
                                       String serviceId)

resolveRelativeUrl

public String resolveRelativeUrl(String udn,
                                 String link)

getCyberDebug

public boolean getCyberDebug()

setCyberDebug

public void setCyberDebug(boolean b)

getLogLevel

public int getLogLevel()

setLogLevel

public void setLogLevel(int value)

doSearch

public void doSearch(String target)

serviceChanged

public void serviceChanged(ServiceEvent e)
Description copied from interface: ServiceListener
Receives notification that a service has had a lifecycle change.

Specified by:
serviceChanged in interface ServiceListener
Parameters:
e - The ServiceEvent object.

close

public void close()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.