com.sun.jmx.mbeanserver.ModifiableClassLoaderRepository |
This interface keeps the list of Class Loaders registered in the MBean Server. It provides the necessary methods to load classes using the registered Class Loaders, and to add/remove class loaders from the list.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add a named ClassLoader to the repository.
| |||||||||||
Add an anonymous ClassLoader to the repository.
| |||||||||||
Get a named ClassLoader from the repository.
| |||||||||||
Remove the specified ClassLoader to the repository.
| |||||||||||
Remove a named ClassLoader from the repository.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Add a named ClassLoader to the repository.
Add an anonymous ClassLoader to the repository.
Get a named ClassLoader from the repository.
Remove the specified ClassLoader to the repository. The class loader may or may not be anonymous.
Remove a named ClassLoader from the repository.