| Package | Description |
|---|---|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MLetMBean.addURL(String
Appends the specified URL to the list of URLs to search for classes and resources.
|
void |
MLet.addURL(String
Appends the specified URL to the list of URLs to search for classes and resources.
|
Set |
MLetMBean.getMBeansFromURL(String
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
Set |
MLet.getMBeansFromURL(String
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
Set |
MLetMBean.getMBeansFromURL(URL
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|
Set |
MLet.getMBeansFromURL(URL
Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
|