|
JBoss Modules 1.1.2.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalLoader

A loader which implements the local part of a module.
Thread safety warning! The loader must never call into a class loader (or any other object) which may take locks and subsequently delegate to a module class loader. This will cause deadlocks and other hard-to-debug concurrency problems.
| Method Summary | |
|---|---|
Class<?> |
loadClassLocal(String name,
boolean resolve)
Load a class which is locally defined by this loader. |
Package |
loadPackageLocal(String name)
Load a package which is locally defined by this loader. |
List<Resource> |
loadResourceLocal(String name)
Load a resource which is locally defined by this loader. |
| Method Detail |
|---|
Class<?> loadClassLocal(String name,
boolean resolve)
name - the class nameresolve - true to resolve the class
null if there is no local class with this namePackage loadPackageLocal(String name)
name - the package name
null if there is no local package with this nameList<Resource> loadResourceLocal(String name)
/" characters.
name - the resource path
|
JBoss Modules 1.1.2.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||