|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessClassLoaderFactory
Factory to retrieve the Process ClassLoader which is then used to load delegation classes
used by the process.
Default is the build in ProcessClassLoader, which tries to load the classes from the jBPM
database first.
Can be configured by setting the property jbpm.process.class.loader in the
configuration file to the class name of the custom class loader.
Implementations should be serializable, as the JbpmConfiguration that references them is.
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getProcessClassLoader(ProcessDefinition processDefinition)
|
| Method Detail |
|---|
java.lang.ClassLoader getProcessClassLoader(ProcessDefinition processDefinition)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||