Uses of Class
org.cybergarage.upnp.Service
- 
Packages that use Service Package Description org.cybergarage.upnp org.cybergarage.upnp.control org.cybergarage.upnp.event 
- 
- 
Uses of Service in org.cybergarage.upnpMethods in org.cybergarage.upnp that return Service Modifier and Type Method Description ServiceAction. getService()ServiceArgument. getService()ServiceDevice. getService(String name)ServiceServiceList. getService(int n)ServiceStateVariable. getService()ServiceDevice. getServiceByControlURL(String searchUrl)ServiceDevice. getServiceByEventSubURL(String searchUrl)ServiceDevice. getServiceBySCPDURL(String searchUrl)ServiceControlPoint. getSubscriberService(String uuid)ServiceDevice. getSubscriberService(String uuid)Methods in org.cybergarage.upnp with parameters of type Service Modifier and Type Method Description voidDevice. addService(Service s)Add a Service to device without checking for duplicate or syntax errorbooleanControlPoint. isSubscribed(Service service)(package private) voidAction. setService(Service s)(package private) voidArgument. setService(Service s)booleanControlPoint. subscribe(Service service)booleanControlPoint. subscribe(Service service, long timeout)booleanControlPoint. subscribe(Service service, String uuid)booleanControlPoint. subscribe(Service service, String uuid, long timeout)booleanControlPoint. unsubscribe(Service service)
- 
Uses of Service in org.cybergarage.upnp.controlMethods in org.cybergarage.upnp.control with parameters of type Service Modifier and Type Method Description protected voidControlRequest. setRequestHost(Service service)
- 
Uses of Service in org.cybergarage.upnp.eventMethods in org.cybergarage.upnp.event with parameters of type Service Modifier and Type Method Description voidSubscriptionRequest. setRenewRequest(Service service, String uuid, long timeout)voidSubscriptionRequest. setSubscribeRequest(Service service, String callback, long timeout)voidSubscriptionRequest. setUnsubscribeRequest(Service service)
 
-