Uses of Class
org.osgi.framework.dto.ServiceReferenceDTO
-
Packages that use ServiceReferenceDTO Package Description org.apache.felix.framework org.osgi.framework.dto OSGi Data Transfer Object Framework Package Version 1.8. -
-
Uses of ServiceReferenceDTO in org.apache.felix.framework
Methods in org.apache.felix.framework that return ServiceReferenceDTO Modifier and Type Method Description private static ServiceReferenceDTO
DTOFactory. createServiceReferenceDTO(ServiceReference<?> svc)
private static ServiceReferenceDTO[]
DTOFactory. createServiceReferenceDTOArray(Bundle bundle)
-
Uses of ServiceReferenceDTO in org.osgi.framework.dto
Fields in org.osgi.framework.dto with type parameters of type ServiceReferenceDTO Modifier and Type Field Description java.util.List<ServiceReferenceDTO>
FrameworkDTO. services
The services that are registered in the framework.
-