接口 | 描述 |
---|---|
ClassLoaderRepository |
该接口的实例是用来保持在MBean服务器注册类的列表。
|
MLetMBean |
揭示了熔体MBean的远程管理界面。
|
PrivateClassLoader |
标记接口表示一个类装载器不应该被添加到
ClassLoaderRepository 。
|
类 | 描述 |
---|---|
DefaultLoaderRepository | Deprecated |
MLet |
可以实例化和从远程URL来登记的MBean服务器的一个或几个MBeans。
|
MLetContent |
这类代表的
MLET 标签的内容。
|
PrivateMLet |
一种熔体不添加到
ClassLoaderRepository 。
|
提供实现高级动态加载的类。见本章动态加载在JMX Specification。
MBean的ClassLoader
子类可以作为一个类装载器来创建其他MBean方法MBeanServer.createMBean(String, ObjectName, ObjectName, Object[], String[])
实例化对象,并通过方法MBeanServer.instantiate(String, ObjectName, Object[], String[])
,MLet
班是这样一个MBean实例。这是一个URLClassLoader
,所以URL来加载类的列表可配置。
此外,一个MLet
可以读,指定一组不但要在同一个MBean服务器注册为MLet
配置文件。
每个MBean服务器有一个包含所有MBean在MBean服务器的一个子类,ClassLoader
注册类的类装载器装载库,知识库的MBeanServer
接口没有显式装载机参数的createMBean
和instantiate
方法使用的形式。它也是由MLet
类使用当它不在自己设定的网址找到类。
如果一个MBean实现的接口PrivateClassLoader
,那么它不会被添加到类加载器库。这类PrivateMLet
是MLet
实现PrivateClassLoader
子类。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.