org.apache.servicemix.specs.locator
Class OsgiLocator

java.lang.Object
  extended by org.apache.servicemix.specs.locator.OsgiLocator

public class OsgiLocator
extends Object


Method Summary
static Class locate(String factoryId)
           
static List<Class> locateAll(String factoryId)
           
static void register(String id, Callable<Class> factory)
           
static void unregister(String id, Callable<Class> factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unregister

public static void unregister(String id,
                              Callable<Class> factory)

register

public static void register(String id,
                            Callable<Class> factory)

locate

public static Class locate(String factoryId)

locateAll

public static List<Class> locateAll(String factoryId)


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.