|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.util.loading.ContextClassLoader
A helper for context classloading.
When a security manager is installed, the constructor checks for the runtime permissions "getClassLoader"
Field Summary | |
static RuntimePermission |
GETCLASSLOADER
Retrieve a classloader permission |
static org.jboss.util.loading.ContextClassLoader.NewInstance |
INSTANTIATOR
Instantiate a new context class loader |
Method Summary | |
ClassLoader |
getContextClassLoader()
Retrieve the context classloader |
ClassLoader |
getContextClassLoader(Thread thread)
Retrieve the context classloader for the given thread |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final RuntimePermission GETCLASSLOADER
public static final org.jboss.util.loading.ContextClassLoader.NewInstance INSTANTIATOR
Method Detail |
public ClassLoader getContextClassLoader()
public ClassLoader getContextClassLoader(Thread thread)
thread
- the thread
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |