Crate jmx

Source

Structs§

Error
Error information returned by functions in case of errors.
MBeanClient
Interface to a remote MBean server.
MBeanClientOptions
Additional MBeanClient connection options.
MBeanInfo
Metadata about an MBean.

Enums§

ErrorKind
Exhaustive list of possible errors emitted by this crate.
MBeanAddress
Address of a remote JMX server.

Traits§

MBeanClientTrait
Trait definition for all MBean clients.

Type Aliases§

Result
Short form alias for functions returning Errors.