60jmx-schema.ldif
来自「jdk 6.0的api文档...很难找到哦」· LDIF 代码 · 共 36 行
LDIF
36 行
dn: cn=schemaattributeTypes: ( 1.3.6.1.4.1.42.2.27.11.1.1 NAME 'jmxServiceURL' DESC 'String representation of a JMX Service URL' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )attributeTypes: ( 1.3.6.1.4.1.42.2.27.11.1.2 NAME 'jmxAgentName' DESC 'Name of the JMX Agent' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )attributeTypes: ( 1.3.6.1.4.1.42.2.27.11.1.3 NAME 'jmxProtocolType' DESC 'Protocol used by the registered connector' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )attributeTypes: ( 1.3.6.1.4.1.42.2.27.11.1.4 NAME 'jmxAgentHost' DESC 'Names or IP Addresses of the host on which the agent is running. When multiple values are given, they should be aliases to the same host.' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )attributeTypes: ( 1.3.6.1.4.1.42.2.27.11.1.5 NAME 'jmxProperty' DESC 'Java-like property characterizing the registered object. The form of each value should be: "<property-name>=<value>". For instance: "com.sun.jmx.remote.tcp.timeout=200"' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )attributeTypes: ( 1.3.6.1.4.1.42.2.27.11.1.6 NAME 'jmxExpirationDate' DESC 'Date at which the JMX Service URL will be considered obsolete and may be removed from the directory tree' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )objectClasses: ( 1.3.6.1.4.1.42.2.27.11.2.1 NAME 'jmxConnector' DESC 'A class representing a JMX Connector, and containing a JMX Service URL. The jmxServiceURL is not present if the server is not accepting connections' AUXILIARY MUST ( jmxAgentName ) MAY ( jmxServiceURL $ jmxAgentHost $ jmxProtocolType $ jmxProperty $ jmxExpirationDate $ description ) )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?