Uses of Class
org.sentrysoftware.ipmi.core.api.async.messages.IpmiResponse
Packages that use IpmiResponse
Package
Description
The asynchronous API.
The package containing asynchronous API message classes.
The library's API.
For synchronous API see
For synchronous API see
org.sentrysoftware.ipmi.core.api.sync, for asynchronous API see org.sentrysoftware.ipmi.core.api.async-
Uses of IpmiResponse in org.sentrysoftware.ipmi.core.api.async
Methods in org.sentrysoftware.ipmi.core.api.async with parameters of type IpmiResponseModifier and TypeMethodDescriptionvoidIpmiResponseListener.notify(IpmiResponse response) Notifies listener of action that occurred. -
Uses of IpmiResponse in org.sentrysoftware.ipmi.core.api.async.messages
Subclasses of IpmiResponse in org.sentrysoftware.ipmi.core.api.async.messagesModifier and TypeClassDescriptionclassClass that wraps exception that was cause of not receiving message.classClass that wrapsResponseDatathat was received successfully. -
Uses of IpmiResponse in org.sentrysoftware.ipmi.core.api.sync
Methods in org.sentrysoftware.ipmi.core.api.sync with parameters of type IpmiResponse