java.lang.Object | |
↳ | com.sun.jmx.snmp.defaults.SnmpProperties |
This class reads a file containing the property list defined for Java DMK and adds all the read properties to the list of system properties.
This API is a Sun Microsystems internal API and is subject to change without notice.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACL_FILE | References the property that specifies the ACL file used by the SNMP protocol adaptor. | |||||||||
String | JMX_IMPL_NAME | References the property that specifies the full name of this product implementing the JMX specification. | |||||||||
String | JMX_IMPL_VENDOR | References the property that specifies the name of the vendor of this product implementing the JMX specification. | |||||||||
String | JMX_IMPL_VERSION | References the property that specifies the version of this product implementing the JMX specification. | |||||||||
String | JMX_SPEC_NAME | References the property that specifies the full name of the JMX specification implemented by this product. | |||||||||
String | JMX_SPEC_VENDOR | References the property that specifies the vendor of the JMX specification implemented by this product. | |||||||||
String | JMX_SPEC_VERSION | References the property that specifies the version of the JMX specification implemented by this product. | |||||||||
String | MIB_CORE_FILE | References the property that specifies the default mib_core file used by the mibgen compiler. | |||||||||
String | MLET_LIB_DIR | References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory. | |||||||||
String | SECURITY_FILE | References the property that specifies the Security file used by the SNMP protocol adaptor. | |||||||||
String | SSL_CIPHER_SUITE | References the property that specifies the SSL cipher suites to be enabled by the HTTP/SSL connector. | |||||||||
String | UACL_FILE | References the property that specifies the User ACL file used by the SNMP protocol adaptor. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Reads the Java DMK property list from a file and
adds the read properties as system properties.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
References the property that specifies the ACL file used by the SNMP protocol adaptor.
Property Name: jdmk.acl.file
References the property that specifies the full name of this product implementing the JMX specification.
Property Name: jmx.implementation.name
References the property that specifies the name of the vendor of this product implementing the JMX specification.
Property Name: jmx.implementation.vendor
References the property that specifies the version of this product implementing the JMX specification.
Property Name: jmx.implementation.version
References the property that specifies the full name of the JMX specification implemented by this product.
Property Name: jmx.specification.name
References the property that specifies the vendor of the JMX specification implemented by this product.
Property Name: jmx.specification.vendor
References the property that specifies the version of the JMX specification implemented by this product.
Property Name: jmx.specification.version
References the property that specifies the default mib_core file used by the mibgen compiler.
Property Name: mibcore.file
References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory.
Property Name: jmx.mlet.library.dir
References the property that specifies the Security file used by the SNMP protocol adaptor.
Property Name: jdmk.security.file
References the property that specifies the SSL cipher suites to be enabled by the HTTP/SSL connector.
Property Name: jdmk.ssl.cipher.suite.
The list of SSL cipher suites is specified in the format:
For example:
References the property that specifies the User ACL file used by the SNMP protocol adaptor.
Property Name: jdmk.uacl.file
Reads the Java DMK property list from a file and adds the read properties as system properties.
IOException |
---|