- All Implemented Interfaces:
Lookup
An implementation of Lookup, which could be used to find service(s) of a
given type.
-
Constructor Summary
Constructors
Creates an implementation of Lookup.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LookupImpl
Creates an implementation of Lookup.
- Parameters:
classFinder - for searching service implementations.
-
Method Details
-
lookup
public <T> T lookup(Class<T> serviceClass)
- Specified by:
lookup in interface Lookup
-