| Package | Description |
|---|---|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderRepository |
MBeanServer.getClassLoaderRepository()
Return the ClassLoaderRepository for this MBeanServer.
|
static ClassLoaderRepository |
MBeanServerFactory.getClassLoaderRepository(MBeanServer
Return the ClassLoaderRepository used by the given MBeanServer.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
MLet.loadClass(String
Load a class, using the given
ClassLoaderRepository if the class is not found in this MLet's URLs.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoaderRepository |
RequiredModelMBean.getClassLoaderRepository()
Return the Class Loader Repository used to perform class loading.
|