Uses of Interface
org.fourthline.cling.model.ServiceManager

Packages that use ServiceManager
org.fourthline.cling.model   
org.fourthline.cling.model.meta   
 

Uses of ServiceManager in org.fourthline.cling.model
 

Classes in org.fourthline.cling.model that implement ServiceManager
 class DefaultServiceManager<T>
          Default implementation, creates and manages a single instance of a plain Java bean.
 

Methods in org.fourthline.cling.model with parameters of type ServiceManager
 void Command.execute(ServiceManager<T> manager)
           
 

Uses of ServiceManager in org.fourthline.cling.model.meta
 

Fields in org.fourthline.cling.model.meta declared as ServiceManager
protected  ServiceManager LocalService.manager
           
 

Methods in org.fourthline.cling.model.meta that return ServiceManager
 ServiceManager<T> LocalService.getManager()
           
 

Methods in org.fourthline.cling.model.meta with parameters of type ServiceManager
 void LocalService.setManager(ServiceManager<T> manager)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.