Uses of Class
de.uka.cmtm.serviceregistry.query.ServiceInfo

Packages that use ServiceInfo
de.uka.cmtm.serviceregistry.query   
 

Uses of ServiceInfo in de.uka.cmtm.serviceregistry.query
 

Methods in de.uka.cmtm.serviceregistry.query that return types with arguments of type ServiceInfo
 List<ServiceInfo> ServiceLocator.findServices(ServiceParameter searchParameter)
          This method can be used to search for services suitable to the given searchParameters.
 List<ServiceInfo> DefaultServiceLocator.findServices(ServiceParameter searchParameter)
          This method can be used to search for services suitable to the given searchParameters.
 

Methods in de.uka.cmtm.serviceregistry.query with parameters of type ServiceInfo
 int ServiceInfo.compareTo(ServiceInfo o)