public class SinglePrototypeRefPair<S,T> extends SingleRefPair<S,T>
Modifier and Type | Field and Description |
---|---|
private org.osgi.framework.ServiceObjects<T> |
serviceObjects |
Constructor and Description |
---|
SinglePrototypeRefPair(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference<T> ref) |
Modifier and Type | Method and Description |
---|---|
boolean |
getServiceObject(ComponentContextImpl<S> key,
org.osgi.framework.BundleContext context,
SimpleLogger logger) |
org.osgi.framework.ServiceObjects<T> |
getServiceObjects() |
java.lang.String |
toString() |
getServiceObject, setServiceObject, unsetServiceObject
private final org.osgi.framework.ServiceObjects<T> serviceObjects
public SinglePrototypeRefPair(org.osgi.framework.BundleContext context, org.osgi.framework.ServiceReference<T> ref)
public org.osgi.framework.ServiceObjects<T> getServiceObjects()
getServiceObjects
in class RefPair<S,T>
public java.lang.String toString()
toString
in class SingleRefPair<S,T>
public boolean getServiceObject(ComponentContextImpl<S> key, org.osgi.framework.BundleContext context, SimpleLogger logger)
getServiceObject
in class SingleRefPair<S,T>