Uses of Interface
org.objectweb.dsrg.sofa.repository.model.ServiceTracker

Packages that use ServiceTracker
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of ServiceTracker in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return ServiceTracker
 ServiceTracker ModelFactory.createServiceTracker()
          Returns a new object of class 'Service Tracker'
 

Uses of ServiceTracker in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ServiceTracker
 class ServiceTrackerImpl
          An implementation of the model object 'Service Tracker'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ServiceTracker
 ServiceTracker ModelFactoryImpl.createServiceTracker()
           
 

Uses of ServiceTracker in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type ServiceTracker
 T ModelSwitch.caseServiceTracker(ServiceTracker object)
          Returns the result of interpreting the object as an instance of 'Service Tracker'