|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoaderService
Decouples OpenWebBeans from the Service-Loader approach. It allows to provide custom loaders with custom mechanisms as well as support for Java 1.5
| Method Summary | ||
|---|---|---|
|
load(Class<T> serviceType)
Loads all active implementations for the given service-type |
|
|
load(Class<T> serviceType,
ClassLoader classLoader)
Loads all active implementations for the given service-type |
|
| Method Detail |
|---|
<T> List<T> load(Class<T> serviceType)
T - current typeserviceType - base type of the services which should be loaded
<T> List<T> load(Class<T> serviceType,
ClassLoader classLoader)
T - current typeserviceType - base type of the services which should be loadedclassLoader -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||