public class CCR extends Object implements org.osgi.service.cdi.runtime.CDIComponentRuntime
Constructor and Description |
---|
CCR(org.osgi.util.promise.PromiseFactory promiseFactory,
Logs logs) |
Modifier and Type | Method and Description |
---|---|
void |
add(org.osgi.framework.Bundle bundle,
ContainerState containerState) |
<R> R |
call(Callable<R> callable) |
Collection<org.osgi.service.cdi.runtime.dto.ContainerDTO> |
getContainerDTOs(org.osgi.framework.Bundle... bundles) |
ContainerState |
getContainerState(org.osgi.framework.Bundle bundle) |
org.osgi.service.cdi.runtime.dto.template.ContainerTemplateDTO |
getContainerTemplateDTO(org.osgi.framework.Bundle bundle) |
void |
remove(org.osgi.framework.Bundle bundle) |
public CCR(org.osgi.util.promise.PromiseFactory promiseFactory, Logs logs)
public void add(org.osgi.framework.Bundle bundle, ContainerState containerState)
public Collection<org.osgi.service.cdi.runtime.dto.ContainerDTO> getContainerDTOs(org.osgi.framework.Bundle... bundles)
getContainerDTOs
in interface org.osgi.service.cdi.runtime.CDIComponentRuntime
public org.osgi.service.cdi.runtime.dto.template.ContainerTemplateDTO getContainerTemplateDTO(org.osgi.framework.Bundle bundle)
getContainerTemplateDTO
in interface org.osgi.service.cdi.runtime.CDIComponentRuntime
public ContainerState getContainerState(org.osgi.framework.Bundle bundle)
public void remove(org.osgi.framework.Bundle bundle)
public <R> R call(Callable<R> callable)
Copyright © 2019 The Apache Software Foundation. All rights reserved.