JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.eclipse.gemini.blueprint.service.importer.support.internal.collection
Interface CollectionProxy
All Known Implementing Classes:
OsgiServiceCollection
,
OsgiServiceList
,
OsgiServiceSet
,
OsgiServiceSortedList
,
OsgiServiceSortedSet
public interface
CollectionProxy
Interface exposed by proxies, generated by OSGi service importers, used internally by the framework.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isSatisfied
()
Is the underlying proxy satisfied? For dynamic, mandatory imports, this checks the service reference.
Method Detail
isSatisfied
boolean isSatisfied()
Is the underlying proxy satisfied? For dynamic, mandatory imports, this checks the service reference. For optional imports, it always returns true.
Returns:
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method