Class MultiplePrototypeRefPair<S,T>
java.lang.Object
org.apache.felix.scr.impl.inject.RefPair<S,T>
org.apache.felix.scr.impl.manager.AbstractPrototypeRefPair<S,T>
org.apache.felix.scr.impl.manager.MultiplePrototypeRefPair<S,T>
- Version:
- $Rev$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<Map.Entry<ScrComponentContext,
T>> protected T
boolean
setServiceObject
(ScrComponentContext key, T serviceObject) toString()
Methods inherited from class org.apache.felix.scr.impl.manager.AbstractPrototypeRefPair
getServiceObject, ungetServiceObject, ungetServiceObjects
Methods inherited from class org.apache.felix.scr.impl.inject.RefPair
clearFailed, getRef, isDeleted, isFailed, markDeleted, markFailed
-
Constructor Details
-
MultiplePrototypeRefPair
-
-
Method Details
-
toString
- Specified by:
toString
in classAbstractPrototypeRefPair<S,
T>
-
getServiceObject
- Specified by:
getServiceObject
in classAbstractPrototypeRefPair<S,
T>
-
setServiceObject
- Specified by:
setServiceObject
in classAbstractPrototypeRefPair<S,
T>
-
remove
- Specified by:
remove
in classAbstractPrototypeRefPair<S,
T>
-
clearEntries
- Specified by:
clearEntries
in classAbstractPrototypeRefPair<S,
T>
-