软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
Modifier and Type | Class and Description |
---|---|
class |
MBeanRegistrationException
包装的preregister()抛出的异常,
MBeanRegistration prederegister()的接口方法。
|
Modifier and Type | Method and Description |
---|---|
ObjectInstance |
MBeanServer.createMBean(String className, ObjectName name)
实例化和注册在MBean服务器的MBean。
|
ObjectInstance |
MBeanServerConnection.createMBean(String className, ObjectName name)
实例化和注册在MBean服务器的MBean。
|
ObjectInstance |
MBeanServer.createMBean(String className, ObjectName name, Object[] params, String[] signature)
实例化和注册在MBean服务器的MBean。
|
ObjectInstance |
MBeanServerConnection.createMBean(String className, ObjectName name, Object[] params, String[] signature)
实例化和注册在MBean服务器的MBean。
|
ObjectInstance |
MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName)
实例化和注册在MBean服务器的MBean。
|
ObjectInstance |
MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName)
实例化和注册在MBean服务器的MBean。
|
ObjectInstance |
MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
实例化和注册在MBean服务器的MBean。
|
ObjectInstance |
MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] signature)
实例化和注册在MBean服务器的MBean。
|
Object |
MBeanServer.getAttribute(ObjectName name, String attribute) |
Object |
MBeanServerConnection.getAttribute(ObjectName name, String attribute)
获取一个名为MBean的特定属性的值。
|
Object |
StandardMBean.getAttribute(String attribute) |
Object |
DynamicMBean.getAttribute(String attribute)
得到的动态MBean的特定属性的值。
|
Object |
MBeanServer.instantiate(String className)
使用类加载器实例化所有的MBean服务器的
Class Loader Repository 注册列表对象。
|
Object |
MBeanServer.instantiate(String className, Object[] params, String[] signature)
使用类加载器实例化所有的
Class Loader Repository 注册MBean服务器的列表对象。
|
Object |
MBeanServer.instantiate(String className, ObjectName loaderName)
使用指定的
ObjectName 实例化的类加载器对象。
|
Object |
MBeanServer.instantiate(String className, ObjectName loaderName, Object[] params, String[] signature)
实例化一个对象。
|
Object |
MBeanServer.invoke(ObjectName name, String operationName, Object[] params, String[] signature) |
Object |
MBeanServerConnection.invoke(ObjectName name, String operationName, Object[] params, String[] signature)
调用MBean操作。
|
Object |
StandardMBean.invoke(String actionName, Object[] params, String[] signature) |
Object |
DynamicMBean.invoke(String actionName, Object[] params, String[] signature)
让一个动作被调用的动态MBean。
|
void |
PersistentMBean.load()
实例化thismbean实例与数据发现在持久存储的MBean。
|
void |
StandardMBean.setAttribute(Attribute attribute) |
void |
DynamicMBean.setAttribute(Attribute attribute)
整套动态MBean的特定属性的值。
|
void |
MBeanServer.setAttribute(ObjectName name, Attribute attribute) |
void |
MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
套一个名叫MBean的特定属性的值。
|
void |
PersistentMBean.store()
抓住了这个MBean实例的当前状态,并将它写入到持久性存储。
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback) |
void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)
寄存器实现了notificationlistener接口作为一个侦听器的对象。
|
ModelMBeanAttributeInfo |
ModelMBeanInfoSupport.getAttribute(String inName) |
ModelMBeanAttributeInfo |
ModelMBeanInfo.getAttribute(String inName)
返回请求的名称modelmbeanattributeinfo。
|
Object |
RequiredModelMBean.getAttribute(String attrName)
返回此ModelMBean定义特定属性的值。
|
ModelMBeanConstructorInfo |
ModelMBeanInfoSupport.getConstructor(String inName)
返回请求的名字的modelmbeanconstructorinfo。
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String inDescriptorName)
返回由名称所请求的描述符。
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String inDescriptorName, String inDescriptorType) |
Descriptor |
ModelMBeanInfo.getDescriptor(String inDescriptorName, String inDescriptorType)
返回的名称和descriptortype请求描述符。
|
Descriptor[] |
ModelMBeanInfoSupport.getDescriptors(String inDescriptorType) |
Descriptor[] |
ModelMBeanInfo.getDescriptors(String inDescriptorType)
返回一个描述符阵列组成的所有描述符的类型indescriptortype ModelMBeanInfo。
|
Descriptor |
ModelMBeanInfoSupport.getMBeanDescriptor() |
Descriptor |
ModelMBeanInfo.getMBeanDescriptor()
返回的描述符包含MBean ModelMBean宽政策。
|
ModelMBeanNotificationInfo |
ModelMBeanInfoSupport.getNotification(String inName) |
ModelMBeanNotificationInfo |
ModelMBeanInfo.getNotification(String inName)
返回请求的名称modelmbeannotificationinfo。
|
ModelMBeanOperationInfo |
ModelMBeanInfoSupport.getOperation(String inName) |
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(String inName)
返回请求的名称modelmbeanoperationinfo。
|
Object |
RequiredModelMBean.invoke(String opName, Object[] opArgs, String[] sig)
调用或通过一个方法,返回执行结果的方法。
|
void |
RequiredModelMBean.load()
实例化这个MBean实例与数据发现在持久存储的MBean。
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName) |
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
删除一个attributechangenotifications从听众。
|
void |
RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal) |
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
发送一个attributechangenotification包含旧的价值,在对注册attributechangenotification ModelMBean听众属性的新值。
|
void |
RequiredModelMBean.sendAttributeChangeNotification(AttributeChangeNotification ntfyObj) |
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(AttributeChangeNotification notification)
发送一个attributechangenotification被传递到听众对注册attributechangenotification ModelMBean。
|
void |
RequiredModelMBean.sendNotification(Notification ntfyObj) |
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj)
发送通知,传递给注册通知听众在ModelMBean作为jmx.modelmbean.generic通知。
|
void |
RequiredModelMBean.sendNotification(String ntfyText) |
void |
ModelMBeanNotificationBroadcaster.sendNotification(String ntfyText)
发送通知包含文本字符串,通过对注册通知听众在ModelMBean。
|
void |
RequiredModelMBean.setAttribute(Attribute attribute)
设置一个名为ModelMBean特定属性的值。
|
void |
ModelMBeanInfoSupport.setDescriptor(Descriptor inDescriptor, String inDescriptorType) |
void |
ModelMBeanInfo.setDescriptor(Descriptor inDescriptor, String inDescriptorType)
集描述为ModelMBean型indescriptortype信息阵。
|
void |
ModelMBeanInfoSupport.setDescriptors(Descriptor[] inDescriptors) |
void |
ModelMBeanInfo.setDescriptors(Descriptor[] inDescriptors)
添加或更换在ModelMBeanInfo描述符。
|
void |
ModelMBean.setManagedResource(Object mr, String mr_type)
设置这个ModelMBean管理界面执行所有的方法对该对象的实例句柄(MBeanInfo描述)。
|
void |
RequiredModelMBean.setManagedResource(Object mr, String mr_type)
设置这个ModelMBean管理界面执行所有的方法对该对象的实例句柄(MBeanInfo描述)。
|
void |
ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor inMBeanDescriptor) |
void |
ModelMBeanInfo.setMBeanDescriptor(Descriptor inDescriptor)
集ModelMBean的描述符。
|
void |
ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
初始化使用ModelMBeanInfo ModelMBean对象了。
|
void |
RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo mbi)
初始化使用ModelMBeanInfo ModelMBean对象了。
|
void |
RequiredModelMBean.store()
抓住了这个MBean实例的当前状态,并将它写入到持久性存储。
|
Constructor and Description |
---|
DescriptorSupport(int initNumFields)
广义的构造函数。
|
DescriptorSupport(String inStr)
一个以XML字符串的描述符构造函数。
|
RequiredModelMBean()
构建一个空的
RequiredModelMBean ModelMBeanInfo。
|
RequiredModelMBean(ModelMBeanInfo mbi)
构建一个使用了个ModelMBeanInfo对象。
|
Modifier and Type | Method and Description |
---|---|
ObjectInstance |
RMIConnectionImpl.createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject) |
ObjectInstance |
RMIConnection.createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject)
|
ObjectInstance |
RMIConnectionImpl_Stub.createMBean(String $param_String_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5) |
ObjectInstance |
RMIConnectionImpl.createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject) |
ObjectInstance |
RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject)
|
ObjectInstance |
RMIConnectionImpl_Stub.createMBean(String $param_String_1, ObjectName $param_ObjectName_2, ObjectName $param_ObjectName_3, MarshalledObject $param_MarshalledObject_4, String[] $param_arrayOf_String_5, Subject $param_Subject_6) |
ObjectInstance |
RMIConnectionImpl.createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject) |
ObjectInstance |
RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Subject delegationSubject)
|
ObjectInstance |
RMIConnectionImpl_Stub.createMBean(String $param_String_1, ObjectName $param_ObjectName_2, ObjectName $param_ObjectName_3, Subject $param_Subject_4) |
ObjectInstance |
RMIConnectionImpl.createMBean(String className, ObjectName name, Subject delegationSubject) |
ObjectInstance |
RMIConnection.createMBean(String className, ObjectName name, Subject delegationSubject)
|
ObjectInstance |
RMIConnectionImpl_Stub.createMBean(String $param_String_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3) |
Object |
RMIConnectionImpl.getAttribute(ObjectName name, String attribute, Subject delegationSubject) |
Object |
RMIConnection.getAttribute(ObjectName name, String attribute, Subject delegationSubject)
|
Object |
RMIConnectionImpl_Stub.getAttribute(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3) |
Object |
RMIConnectionImpl.invoke(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject) |
Object |
RMIConnection.invoke(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject)
|
Object |
RMIConnectionImpl_Stub.invoke(ObjectName $param_ObjectName_1, String $param_String_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5) |
void |
RMIConnectionImpl.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject) |
void |
RMIConnection.setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
|
void |
RMIConnectionImpl_Stub.setAttribute(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) |
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.