java.lang.Object | |
↳ | com.sun.jmx.snmp.ServiceName |
Used for storing default values used by SNMP Runtime services.
This API is a Sun Microsystems internal API and is subject to change without notice.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BUILD_NUMBER | The build number of the current product version, of the form rXX . |
|||||||||
String | DELEGATE | The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate . |
|||||||||
String | DOMAIN | The default domain. | |||||||||
int | HTML_ADAPTOR_PORT | The default port for the HTML adaptor. | |||||||||
String | HTML_ADAPTOR_SERVER | The default key properties for the HTML protocol adaptor. | |||||||||
int | HTTPS_CONNECTOR_PORT | The default port for the HTTPS connector. | |||||||||
String | HTTPS_CONNECTOR_SERVER | The default key properties for the HTTPS connector. | |||||||||
int | HTTP_CONNECTOR_PORT | The default port for the HTTP connector. | |||||||||
String | HTTP_CONNECTOR_SERVER | The default key properties for the HTTP connector. | |||||||||
String | JMX_IMPL_VENDOR | The name of the vendor of this product implementing the JMX specification. | |||||||||
String | JMX_IMPL_VERSION | The version of this product implementing the JMX specification. | |||||||||
String | JMX_SPEC_NAME | The name of the JMX specification implemented by this product. | |||||||||
String | JMX_SPEC_VENDOR | The vendor of the JMX specification implemented by this product. | |||||||||
String | JMX_SPEC_VERSION | The version of the JMX specification implemented by this product. | |||||||||
String | MLET | The default key properties for registering the class loader of the MLet service. | |||||||||
int | RMI_CONNECTOR_PORT | The default port for the RMI connector. | |||||||||
String | RMI_CONNECTOR_SERVER | The default key properties for the RMI connector. | |||||||||
int | SNMP_ADAPTOR_PORT | The default port for the SNMP adaptor. | |||||||||
String | SNMP_ADAPTOR_SERVER | The default key properties for the SNMP protocol adaptor. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The build number of the current product version, of the form rXX
.
The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate
.
The default domain.
The value is DefaultDomain
.
The default port for the HTML adaptor.
The value is 8082
.
The default key properties for the HTML protocol adaptor.
The value is name=HtmlAdaptorServer
.
The default port for the HTTPS connector.
The value is 8084
.
The default key properties for the HTTPS connector.
The value is name=HttpsConnectorServer
.
The default port for the HTTP connector.
The value is 8081
.
The default key properties for the HTTP connector.
The value is name=HttpConnectorServer
.
The name of the vendor of this product implementing the JMX specification.
The value is Sun Microsystems
.
The version of this product implementing the JMX specification.
The value is 5.1_rXX
, where rXX
is the BUILD_NUMBER
.
The name of the JMX specification implemented by this product.
The value is Java Management Extensions
.
The vendor of the JMX specification implemented by this product.
The value is Sun Microsystems
.
The version of the JMX specification implemented by this product.
The value is 1.0 Final Release
.
The default key properties for registering the class loader of the MLet service.
The value is type=MLet
.
The default port for the RMI connector.
The value is 1099
.
The default key properties for the RMI connector.
The value is name=RmiConnectorServer
.
The default port for the SNMP adaptor.
The value is 161
.
The default key properties for the SNMP protocol adaptor.
The value is name=SnmpAdaptorServer
.