private static class ComponentFactoryImpl.ModifyComponentInstance<S> extends java.lang.Object implements ExtFactoryComponentInstance<S>
Modifier and Type | Field and Description |
---|---|
private SingleComponentManager<S> |
cm |
Constructor and Description |
---|
ModifyComponentInstance(SingleComponentManager<S> cm) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
S |
getInstance() |
void |
modify(java.util.Dictionary<java.lang.String,?> properties) |
private final SingleComponentManager<S> cm
public ModifyComponentInstance(SingleComponentManager<S> cm)
public void dispose()
dispose
in interface org.osgi.service.component.ComponentInstance<S>
public S getInstance()
getInstance
in interface org.osgi.service.component.ComponentInstance<S>
public void modify(java.util.Dictionary<java.lang.String,?> properties)
modify
in interface ExtFactoryComponentInstance<S>