org.oddjob.arooa.registry
Class ComponentsServiceFinder

java.lang.Object
  extended by org.oddjob.arooa.registry.ComponentsServiceFinder
All Implemented Interfaces:
ServiceFinder

public class ComponentsServiceFinder
extends Object
implements ServiceFinder

A ServiceFinder] for a {@link ComponentPool}.

Author:
rob

Constructor Summary
ComponentsServiceFinder(ComponentPool directory)
           
 
Method Summary
<T> T
find(Class<T> cl, String flavour)
          Find a service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentsServiceFinder

public ComponentsServiceFinder(ComponentPool directory)
Method Detail

find

public <T> T find(Class<T> cl,
                  String flavour)
Description copied from interface: ServiceFinder
Find a service.

Specified by:
find in interface ServiceFinder
Parameters:
cl - The class of the service.
flavour - The flavour of the service. Not yet implemented.
Returns: