public interface IRegistryDataProvider
Modifier and Type | Method and Description |
---|---|
<T> java.util.Set<ServiceQueryInfo<T>> |
getQueries(ClassInfo type)
Get queries per type.
|
java.util.Iterator<IService> |
getServices(ClassInfo type)
Get services per type.
|
boolean |
isIncluded(IComponentIdentifier cid,
IService ser)
Test if a service is included.
|
java.util.Iterator<IService> getServices(ClassInfo type)
type
- The interface type. If type is null all services are returned.<T> java.util.Set<ServiceQueryInfo<T>> getQueries(ClassInfo type)
type
- The interface type. If type is null all services are returned.boolean isIncluded(IComponentIdentifier cid, IService ser)
ser
- The service.