Interface IObjectLocator
- All Known Implementing Classes:
JndiObjectLocator
,ResourceObjectLocator
public interface IObjectLocator
-
Method Summary
Modifier and TypeMethodDescription<O> O
lookup
(String name, Properties environment, Class<O> lookupClass) Performs the actual lookup and should returnnull
if it cannot find the requested resource so the nextIObjectLocator
can give it a shot.
-
Method Details
-
lookup
Performs the actual lookup and should returnnull
if it cannot find the requested resource so the nextIObjectLocator
can give it a shot.- Throws:
Exception
-