OSGi™ Core
Release 5

org.osgi.framework.hooks.bundle
Interface FindHook


public interface FindHook

OSGi Framework Bundle Context Hook Service.

Bundles registering this service will be called during framework bundle find (get bundles) operations.

ThreadSafe

Method Summary
 void find(BundleContext context, java.util.Collection<Bundle> bundles)
          Find hook method.
 

Method Detail

find

void find(BundleContext context,
          java.util.Collection<Bundle> bundles)
Find hook method. This method is called for the following:

Parameters:
context - The bundle context of the bundle performing the find operation.
bundles - A collection of Bundles to be returned as a result of the find operation. The implementation of this method may remove bundles from the collection to prevent the bundles from being returned to the bundle performing the find operation. The collection supports all the optional Collection operations except add and addAll. Attempting to add to the collection will result in an UnsupportedOperationException . The collection is not synchronized.

OSGi™ Core
Release 5

Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0