org.osgi.framework.hooks.service
Interface FindHook


public interface FindHook


Method Summary
 void find(org.osgi.framework.BundleContext context, java.lang.String name, java.lang.String filter, boolean allServices, java.util.Collection references)
           
 

Method Detail

find

void find(org.osgi.framework.BundleContext context,
          java.lang.String name,
          java.lang.String filter,
          boolean allServices,
          java.util.Collection references)


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.