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 TypeMethodDescriptionintIpmiAsyncConnector.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 TypeMethodDescriptionvoidConnection.closeSession()Closes the session.intConnection.retry(int tag, PayloadType messagePayloadType) Attempts to retry sending a message.intMessageHandler.retryMessage(int tag, StateMachine stateMachine, int sessionId) Attempts to retry sending message with given tag, assuming that this message exists in message queue.intConnection.sendMessage(PayloadCoder payloadCoder, boolean isOneWay) Attempts to send IPMI request to the managed system.intMessageHandler.sendMessage(PayloadCoder payloadCoder, StateMachine stateMachine, int sessionId, boolean isOneWay) Attempts to send message encoded by givenPayloadCoderto the remote system.