Uses of Class
org.sentrysoftware.ipmi.core.coding.payload.lan.IPMIException
Packages that use IPMIException
Package
Description
The part of library responsible for message encoding and decoding.
Chassis related commands.
FRU related commands.
SDR related commands.
SEL related commands.
Session management related commands.
-
Uses of IPMIException in org.sentrysoftware.ipmi.core.coding
Methods in org.sentrysoftware.ipmi.core.coding that throw IPMIExceptionModifier and TypeMethodDescriptionstatic ResponseDataDecoder.decode(byte[] data, IpmiDecoder protocolDecoder, PayloadCoder payloadCoder) Decodes raw data intoResponseData- a wrapper class for message-specific response data.abstract ResponseDataPayloadCoder.getResponseData(IpmiMessage message) Retrieves payload-specific response data from IPMI message -
Uses of IPMIException in org.sentrysoftware.ipmi.core.coding.commands.chassis
Methods in org.sentrysoftware.ipmi.core.coding.commands.chassis that throw IPMIExceptionModifier and TypeMethodDescriptionChassisControl.getResponseData(IpmiMessage message) GetChassisStatus.getResponseData(IpmiMessage message) -
Uses of IPMIException in org.sentrysoftware.ipmi.core.coding.commands.fru
Methods in org.sentrysoftware.ipmi.core.coding.commands.fru that throw IPMIExceptionModifier and TypeMethodDescriptionGetFruInventoryAreaInfo.getResponseData(IpmiMessage message) ReadFruData.getResponseData(IpmiMessage message) -
Uses of IPMIException in org.sentrysoftware.ipmi.core.coding.commands.payload
Methods in org.sentrysoftware.ipmi.core.coding.commands.payload that throw IPMIExceptionModifier and TypeMethodDescriptionActivatePayload.getResponseData(IpmiMessage message) DeactivatePayload.getResponseData(IpmiMessage message) GetChannelPayloadSupport.getResponseData(IpmiMessage message) GetPayloadActivationStatus.getResponseData(IpmiMessage message) -
Uses of IPMIException in org.sentrysoftware.ipmi.core.coding.commands.sdr
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr that throw IPMIExceptionModifier and TypeMethodDescriptionGetSdr.getResponseData(IpmiMessage message) GetSdrRepositoryInfo.getResponseData(IpmiMessage message) GetSensorReading.getResponseData(IpmiMessage message) ReserveSdrRepository.getResponseData(IpmiMessage message) -
Uses of IPMIException in org.sentrysoftware.ipmi.core.coding.commands.sel
Methods in org.sentrysoftware.ipmi.core.coding.commands.sel that throw IPMIExceptionModifier and TypeMethodDescriptionGetSelEntry.getResponseData(IpmiMessage message) GetSelInfo.getResponseData(IpmiMessage message) ReserveSel.getResponseData(IpmiMessage message) -
Uses of IPMIException in org.sentrysoftware.ipmi.core.coding.commands.session
Methods in org.sentrysoftware.ipmi.core.coding.commands.session that throw IPMIExceptionModifier and TypeMethodDescriptionCloseSession.getResponseData(IpmiMessage message) GetChannelAuthenticationCapabilities.getResponseData(IpmiMessage message) GetChannelCipherSuites.getResponseData(IpmiMessage message) OpenSession.getResponseData(IpmiMessage message) Rakp1.getResponseData(IpmiMessage message) Rakp3.getResponseData(IpmiMessage message) SetSessionPrivilegeLevel.getResponseData(IpmiMessage message) -
Uses of IPMIException in org.sentrysoftware.ipmi.core.coding.sol
Methods in org.sentrysoftware.ipmi.core.coding.sol that throw IPMIException