Class AbstractPrototypeRefPair<S,T>
java.lang.Object
org.apache.felix.scr.impl.inject.RefPair<S,T>
org.apache.felix.scr.impl.manager.AbstractPrototypeRefPair<S,T>
- Direct Known Subclasses:
MultiplePrototypeRefPair
,SinglePrototypeRefPair
- Version:
- $Rev$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Collection
<Map.Entry<ScrComponentContext, T>> private void
doUngetService
(ScrComponentContext key, T service) abstract T
final boolean
getServiceObject
(ScrComponentContext key, org.osgi.framework.BundleContext context) protected abstract T
abstract boolean
setServiceObject
(ScrComponentContext key, T serviceObject) abstract String
toString()
final T
final void
ungetServiceObjects
(org.osgi.framework.BundleContext bundleContext) Methods inherited from class org.apache.felix.scr.impl.inject.RefPair
clearFailed, getRef, isDeleted, isFailed, markDeleted, markFailed
-
Constructor Details
-
AbstractPrototypeRefPair
-
-
Method Details
-
getServiceObject
- Specified by:
getServiceObject
in classRefPair<S,
T>
-
setServiceObject
- Specified by:
setServiceObject
in classRefPair<S,
T>
-
remove
-
clearEntries
-
ungetServiceObject
- Specified by:
ungetServiceObject
in classRefPair<S,
T>
-
ungetServiceObjects
public final void ungetServiceObjects(org.osgi.framework.BundleContext bundleContext) - Specified by:
ungetServiceObjects
in classRefPair<S,
T>
-
toString
-
getServiceObject
public final boolean getServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context) - Specified by:
getServiceObject
in classRefPair<S,
T>
-
doUngetService
-