See: Description
| Interface | Description |
|---|---|
| ClassLoaderListener |
Interface to implement for the objects that wish to receive notifications
of JPPF class loader events.
|
| Class | Description |
|---|---|
| AbstractJPPFClassLoader |
This class is a custom class loader serving the purpose of dynamically loading the JPPF classes and the client
application classes, to avoid costly redeployment system-wide.
|
| AbstractJPPFClassLoaderLifeCycle |
This class is a custom class loader serving the purpose of dynamically loading the JPPF classes and the client
application classes, to avoid costly redeployment system-wide.
|
| ClassLoaderEvent |
Event emitted by an
AbstractJPPFClassLoader when a class is loaded or not found for the first time. |
| ClassLoaderListenerHandler |
This class loads and registers class loader listeners found in the class path via SPI.
|
| JPPFClassLoader |
JPPF class loader implementation for remote standalone nodes.
|
| JPPFLeakPrevention |
Implementation for class loader leak prevention.
|
| JPPFLocalClassLoader |
JPPF class loader implementation for nodes running within the same JVM as the JPPF server (local nodes).
|
| Enum | Description |
|---|---|
| DelegationModel |
Enumeration of available delegation models for the JPPF class loaders.
|
Copyright © 2005-2012 JPPF Team.