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 voiddoUngetService(ScrComponentContext key, T service) abstract Tfinal booleangetServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context) protected abstract Tabstract booleansetServiceObject(ScrComponentContext key, T serviceObject) abstract StringtoString()final Tfinal voidungetServiceObjects(org.osgi.framework.BundleContext bundleContext) Methods inherited from class RefPair
clearFailed, getRef, isDeleted, isFailed, markDeleted, markFailed
-
Constructor Details
-
AbstractPrototypeRefPair
-
-
Method Details
-
getServiceObject
- Specified by:
getServiceObjectin classRefPair<S,T>
-
setServiceObject
- Specified by:
setServiceObjectin classRefPair<S,T>
-
remove
-
clearEntries
-
ungetServiceObject
- Specified by:
ungetServiceObjectin classRefPair<S,T>
-
ungetServiceObjects
public final void ungetServiceObjects(org.osgi.framework.BundleContext bundleContext) - Specified by:
ungetServiceObjectsin classRefPair<S,T>
-
toString
-
getServiceObject
public final boolean getServiceObject(ScrComponentContext key, org.osgi.framework.BundleContext context) - Specified by:
getServiceObjectin classRefPair<S,T>
-
doUngetService
-