Uses of Class
org.cybergarage.upnp.Service

Packages that use Service
org.cybergarage.upnp   
org.cybergarage.upnp.control   
org.cybergarage.upnp.event   
 

Uses of Service in org.cybergarage.upnp
 

Methods in org.cybergarage.upnp that return Service
 Service StateVariable.getService()
           
 Service Action.getService()
           
 Service Argument.getService()
           
 Service ServiceList.getService(int n)
           
 Service Device.getService(String name)
           
 Service Device.getServiceByControlURL(String searchUrl)
           
 Service Device.getServiceByEventSubURL(String searchUrl)
           
 Service Device.getServiceBySCPDURL(String searchUrl)
           
 Service Device.getSubscriberService(String uuid)
           
 Service ControlPoint.getSubscriberService(String uuid)
           
 

Methods in org.cybergarage.upnp with parameters of type Service
 void Device.addService(Service s)
          Add a Service to device without checking for duplicate or syntax error
 boolean ControlPoint.isSubscribed(Service service)
           
 boolean ControlPoint.subscribe(Service service)
           
 boolean ControlPoint.subscribe(Service service, long timeout)
           
 boolean ControlPoint.subscribe(Service service, String uuid)
           
 boolean ControlPoint.subscribe(Service service, String uuid, long timeout)
           
 boolean ControlPoint.unsubscribe(Service service)
           
 

Uses of Service in org.cybergarage.upnp.control
 

Methods in org.cybergarage.upnp.control with parameters of type Service
protected  void ControlRequest.setRequestHost(Service service)
           
 

Uses of Service in org.cybergarage.upnp.event
 

Methods in org.cybergarage.upnp.event with parameters of type Service
 void SubscriptionRequest.setRenewRequest(Service service, String uuid, long timeout)
           
 void SubscriptionRequest.setSubscribeRequest(Service service, String callback, long timeout)
           
 void SubscriptionRequest.setUnsubscribeRequest(Service service)
           
 



Copyright © 2010 DomoWare. All Rights Reserved.