软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeNotFoundException
指定的属性不存在或无法检索。
|
class |
InstanceAlreadyExistsException
MBean已经在仓库注册。
|
class |
InstanceNotFoundException
指定的MBean不在库中存在。
|
class |
IntrospectionException
MBean的内省期间发生异常。
|
class |
InvalidAttributeValueException
指定的值对属性无效。
|
class |
ListenerNotFoundException
指定的MBean的听众不在库中存在。
|
class |
MalformedObjectNameException
该字符串的格式不符合一个有效的对象。
|
class |
NotCompliantMBeanException
异常发生时,在登记的MBean服务器不是一个JMX兼容的MBean对象。
|
class |
ServiceNotFoundException
表示不支持请求的服务时引发的异常。
|
Modifier and Type | Method and Description |
---|---|
ObjectInputStream |
MBeanServer.deserialize(ObjectName name, byte[] data)
过时的。
使用
getClassLoaderFor 获得适当的反序列化的类装载器。
|
ObjectInputStream |
MBeanServer.deserialize(String className, byte[] data)
过时的。
使用
MBeanServer.getClassLoaderRepository() 获得类加载器存储库,用它来反序列化。
|
ObjectInputStream |
MBeanServer.deserialize(String className, ObjectName loaderName, byte[] data)
过时的。
使用
getClassLoader 获得反序列化的类装载器。
|
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.