org.apache.openejb.server
Class SimpleServiceManager.SimpleServiceFinder

java.lang.Object
  extended by org.apache.openejb.server.SimpleServiceManager.SimpleServiceFinder
All Implemented Interfaces:
ServiceFinder
Enclosing class:
SimpleServiceManager

public static class SimpleServiceManager.SimpleServiceFinder
extends Object
implements ServiceFinder


Constructor Summary
SimpleServiceManager.SimpleServiceFinder(String basePath)
           
SimpleServiceManager.SimpleServiceFinder(String basePath, ClassLoader classLoader)
           
 
Method Summary
 Map<String,Properties> mapAvailableServices(Class interfase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleServiceManager.SimpleServiceFinder

public SimpleServiceManager.SimpleServiceFinder(String basePath)

SimpleServiceManager.SimpleServiceFinder

public SimpleServiceManager.SimpleServiceFinder(String basePath,
                                                ClassLoader classLoader)
Method Detail

mapAvailableServices

public Map<String,Properties> mapAvailableServices(Class interfase)
                                            throws IOException,
                                                   ClassNotFoundException
Specified by:
mapAvailableServices in interface ServiceFinder
Throws:
IOException
ClassNotFoundException


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.