Uses of Class
org.metricshub.ipmi.core.connection.ConnectionException
Packages that use ConnectionException
-
Uses of ConnectionException in org.metricshub.ipmi.core.api.async
Methods in org.metricshub.ipmi.core.api.async that throw ConnectionExceptionModifier and TypeMethodDescriptionint
IpmiAsyncConnector.retry
(ConnectionHandle connectionHandle, int tag, PayloadType messagePayloadType) Attempts to retry sending a message. -
Uses of ConnectionException in org.metricshub.ipmi.core.connection
Methods in org.metricshub.ipmi.core.connection that throw ConnectionExceptionModifier and TypeMethodDescriptionvoid
Connection.closeSession()
Closes the session.int
Connection.retry
(int tag, PayloadType messagePayloadType) Attempts to retry sending a message.int
MessageHandler.retryMessage
(int tag, StateMachine stateMachine, int sessionId) Attempts to retry sending message with given tag, assuming that this message exists in message queue.int
Connection.sendMessage
(PayloadCoder payloadCoder, boolean isOneWay) Attempts to send IPMI request to the managed system.int
MessageHandler.sendMessage
(PayloadCoder payloadCoder, StateMachine stateMachine, int sessionId, boolean isOneWay) Attempts to send message encoded by givenPayloadCoder
to the remote system.