Fields Summary |
---|
public static final String | MLET_LIB_DIRReferences 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 |
public static final String | ACL_FILEReferences the property that specifies the ACL file
used by the SNMP protocol adaptor.
Property Name: jdmk.acl.file |
public static final String | SECURITY_FILEReferences the property that specifies the Security file
used by the SNMP protocol adaptor.
Property Name: jdmk.security.file |
public static final String | UACL_FILEReferences the property that specifies the User ACL file
used by the SNMP protocol adaptor.
Property Name: jdmk.uacl.file |
public static final String | MIB_CORE_FILEReferences the property that specifies the default mib_core file
used by the mibgen compiler.
Property Name: mibcore.file |
public static final String | JMX_SPEC_NAMEReferences the property that specifies the full name of the JMX
specification implemented by this product.
Property Name: jmx.specification.name |
public static final String | JMX_SPEC_VERSIONReferences the property that specifies the version of the JMX
specification implemented by this product.
Property Name: jmx.specification.version |
public static final String | JMX_SPEC_VENDORReferences the property that specifies the vendor of the JMX
specification implemented by this product.
Property Name: jmx.specification.vendor |
public static final String | JMX_IMPL_NAMEReferences the property that specifies the full name of this product
implementing the JMX specification.
Property Name: jmx.implementation.name |
public static final String | JMX_IMPL_VENDORReferences the property that specifies the name of the vendor of this product
implementing the JMX specification.
Property Name: jmx.implementation.vendor |
public static final String | JMX_IMPL_VERSIONReferences the property that specifies the version of this product
implementing the JMX specification.
Property Name: jmx.implementation.version |
public static final String | SSL_CIPHER_SUITEReferences 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:
jdmk.ssl.cipher.suite.<n>=<cipher suite name>
For example:
jdmk.ssl.cipher.suite.1=SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
jdmk.ssl.cipher.suite.2=SSL_RSA_EXPORT_WITH_RC4_40_MD5
. . . |