protected static interface SingleComponentManager.SetImplementationObject<S>
SetImplementationObject interface provides an
API for component managers to setup the implementation object and
potentially other parts as part of the SingleComponentManager.createImplementationObject(org.osgi.framework.Bundle, org.apache.felix.scr.impl.manager.SingleComponentManager.SetImplementationObject<S>, org.apache.felix.scr.impl.manager.ComponentContextImpl<S>) method
processing.| Modifier and Type | Method | Description |
|---|---|---|
void |
presetComponentContext(ComponentContextImpl<S> componentContext) |
Presets the implementation object.
|
void |
resetImplementationObject(S implementationObject) |
Resets the implementation object.
|
void presetComponentContext(ComponentContextImpl<S> componentContext)
void resetImplementationObject(S implementationObject)
presetComponentContext(ComponentContextImpl)
method.Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.