uTools-Manuals/docs/java/javax/management/DescriptorRead.html

98 lines
5.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<div class="subTitle">
compact3
</div>
<div class="subTitle">
javax.management
</div>
<h2 class="title" title="Interface DescriptorRead">Interface DescriptorRead</h2>
</div><div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>
All Known Subinterfaces:
</dt>
<dd>
<span><a href="../../javax/management/DescriptorAccess.html" title="javax.management中的接口">DescriptorAccess</a></span>
</dd>
</dl>
<dl>
<dt>
所有已知实现类:
</dt>
<dd>
<span><a href="../../javax/management/MBeanAttributeInfo.html" title="javax.management中的类">MBeanAttributeInfo</a> <a href="../../javax/management/MBeanConstructorInfo.html" title="javax.management中的类">MBeanConstructorInfo</a> <a href="../../javax/management/MBeanFeatureInfo.html" title="javax.management中的类">MBeanFeatureInfo</a> <a href="../../javax/management/MBeanInfo.html" title="javax.management中的类">MBeanInfo</a> <a href="../../javax/management/MBeanNotificationInfo.html" title="javax.management中的类">MBeanNotificationInfo</a> <a href="../../javax/management/MBeanOperationInfo.html" title="javax.management中的类">MBeanOperationInfo</a> <a href="../../javax/management/MBeanParameterInfo.html" title="javax.management中的类">MBeanParameterInfo</a> <a href="../../javax/management/modelmbean/ModelMBeanAttributeInfo.html" title="javax.management.modelmbean中的类">ModelMBeanAttributeInfo</a> <a href="../../javax/management/modelmbean/ModelMBeanConstructorInfo.html" title="javax.management.modelmbean中的类">ModelMBeanConstructorInfo</a> <a href="../../javax/management/modelmbean/ModelMBeanInfoSupport.html" title="javax.management.modelmbean中的类">ModelMBeanInfoSupport</a> <a href="../../javax/management/modelmbean/ModelMBeanNotificationInfo.html" title="javax.management.modelmbean中的类">ModelMBeanNotificationInfo</a> <a href="../../javax/management/modelmbean/ModelMBeanOperationInfo.html" title="javax.management.modelmbean中的类">ModelMBeanOperationInfo</a> <a href="../../javax/management/openmbean/OpenMBeanAttributeInfoSupport.html" title="javax.management.openmbean中的类">OpenMBeanAttributeInfoSupport</a> <a href="../../javax/management/openmbean/OpenMBeanConstructorInfoSupport.html" title="javax.management.openmbean中的类">OpenMBeanConstructorInfoSupport</a> <a href="../../javax/management/openmbean/OpenMBeanInfoSupport.html" title="javax.management.openmbean中的类">OpenMBeanInfoSupport</a> <a href="../../javax/management/openmbean/OpenMBeanOperationInfoSupport.html" title="javax.management.openmbean中的类">OpenMBeanOperationInfoSupport</a> <a href="../../javax/management/openmbean/OpenMBeanParameterInfoSupport.html" title="javax.management.openmbean中的类">OpenMBeanParameterInfoSupport</a></span>
</dd>
</dl>
<hr/> <br/> <pre>public interface <span class="typeNameLabel">DescriptorRead</span></pre>
<div class="block">
用于读取管理界面元素如MBeanInfo的描述符的接口。
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
1.6
</dd>
</dl> </li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- --> </a> <h3>方法摘要</h3>
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
<caption>
<span class="activeTableTab" id="t0"><span>所有方法</span><span class="tabEnd"> </span></span>
<span class="tableTab" id="t2"><span><a href="javascript:show(2);">接口方法</a></span><span class="tabEnd"> </span></span>
<span class="tableTab" id="t3"><span><a href="javascript:show(4);">抽象方法</a></span><span class="tabEnd"> </span></span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor" id="i0">
<td class="colFirst"><code><a href="../../javax/management/Descriptor.html" title="interface in javax.management">Descriptor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../javax/management/DescriptorRead.html#getDescriptor--">getDescriptor</a></span>()</code>
<div class="block">
返回描述符的副本。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul> </li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- --> </a> <h3>方法详细信息</h3> <a name="getDescriptor--">
<!-- --> </a>
<ul class="blockListLast">
<li class="blockList"> <h4>getDescriptor</h4> <pre><a href="../../javax/management/Descriptor.html" title="interface in javax.management">Descriptor</a> getDescriptor()</pre>
<div class="block">
返回描述符的副本。
</div>
<dl>
<dt>
<span class="returnLabel">结果</span>
</dt>
<dd>
Descriptor associated with the component implementing this interface. The return value is never null, but the returned descriptor may be empty.
</dd>
</dl> </li>
</ul> </li>
</ul> </li>
</ul>
</div>
</div>