Uses of Package
org.metricshub.ipmi.core.connection
Packages that use org.metricshub.ipmi.core.connection
Package
Description
The asynchronous API.
The API for Serial Over LAN (SOL) communication for IPMI.
The library's API.
For synchronous API see
For synchronous API see
org.metricshub.ipmi.core.api.sync
, for asynchronous API see org.metricshub.ipmi.core.api.async
Package responsible for
Connection
management.Package responsible for message queuing.
-
Classes in org.metricshub.ipmi.core.connection used by org.metricshub.ipmi.core.api.asyncClassDescriptionException indicating that connecting to the remote machine failed.Interface for the
Connection
listener.Single opened IPMI session handle. -
Classes in org.metricshub.ipmi.core.connection used by org.metricshub.ipmi.core.api.solClassDescriptionSingle opened IPMI session handle.Exception that can be thrown when there are some problems with session, for example when establishig new session.
-
Classes in org.metricshub.ipmi.core.connection used by org.metricshub.ipmi.core.api.sync
-
Classes in org.metricshub.ipmi.core.connection used by org.metricshub.ipmi.core.connectionClassDescriptionA connection with the specific remote host.Exception indicating that connecting to the remote machine failed.Interface for the
Connection
listener.Class used for handling outgoing and incoming messages for aConnection
.Single opened IPMI session handle.Exception that can be thrown when there are some problems with session, for example when establishig new session. -
Classes in org.metricshub.ipmi.core.connection used by org.metricshub.ipmi.core.connection.queue