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.

Author:
Costin Leau

Method Summary
 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:


Copyright © 2006-2012. All Rights Reserved.