|
Restlet Framework 2.2.1 Java Enterprise Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.util.ContextualRunnable
public abstract class ContextualRunnable
Runnable
That allows to define the context class loader.
Constructor Summary | |
---|---|
ContextualRunnable()
Constructor. |
Method Summary | |
---|---|
ClassLoader |
getContextClassLoader()
Returns the runnable's context class loader. |
void |
setContextClassLoader(ClassLoader contextClassLoader)
Sets the runnable's context class loader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
---|
run |
Constructor Detail |
---|
public ContextualRunnable()
Method Detail |
---|
public ClassLoader getContextClassLoader()
public void setContextClassLoader(ClassLoader contextClassLoader)
contextClassLoader
- The runnable's context class loader.
|
Restlet Framework 2.2.1 Java Enterprise Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |