java.lang.Object | |
↳ | sun.management.snmp.AdaptorBootstrap |
This class initializes and starts the SNMP Adaptor for JSR 163 SNMP Monitoring.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdaptorBootstrap.DefaultValues | Default values for SNMP configuration properties. | ||||||||||
AdaptorBootstrap.PropertyNames | Names of SNMP configuration properties. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the port on which the adaptor is bound.
| |||||||||||
Initializes and starts the SNMP Adaptor Server.
| |||||||||||
Initializes and starts the SNMP Adaptor Server.
| |||||||||||
Stops the adaptor server.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the port on which the adaptor is bound. Returns 0 if the adaptor is already terminated.
Initializes and starts the SNMP Adaptor Server.
Initializes and starts the SNMP Adaptor Server.
If the com.sun.management.snmp.port property is not defined,
simply return. Otherwise, attempts to load the config file, and
then calls initialize(java.lang.String, java.util.Properties)
.
Stops the adaptor server.