|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 java.lang.RuntimePermission |
GETCLASSLOADER
Retrieve a classloader permission |
static org.jboss.util.loading.ContextClassLoader.NewInstance |
INSTANTIATOR
Instantiate a new context class loader |
Method Summary | |
java.lang.ClassLoader |
getContextClassLoader()
Retrieve the context classloader |
java.lang.ClassLoader |
getContextClassLoader(java.lang.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 java.lang.RuntimePermission GETCLASSLOADER
public static final org.jboss.util.loading.ContextClassLoader.NewInstance INSTANTIATOR
Method Detail |
public java.lang.ClassLoader getContextClassLoader()
public java.lang.ClassLoader getContextClassLoader(java.lang.Thread thread)
thread
- the thread
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |