Uses of Interface
org.sentrysoftware.ipmi.core.api.async.InboundMessageListener
Packages that use InboundMessageListener
Package
Description
The asynchronous API.
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 InboundMessageListener in org.sentrysoftware.ipmi.core.api.async
Classes in org.sentrysoftware.ipmi.core.api.async that implement InboundMessageListenerModifier and TypeClassDescriptionclassListener for inbound SOL messages sent by remote system to this application.Methods in org.sentrysoftware.ipmi.core.api.async with parameters of type InboundMessageListenerModifier and TypeMethodDescriptionvoidIpmiAsyncConnector.registerIncomingPayloadListener(InboundMessageListener listener) Registers the listener for incoming messages.voidIpmiAsyncConnector.unregisterIncomingPayloadListener(InboundMessageListener listener) Unregisters the listener so it will no longer receive notifications of received messages. -
Uses of InboundMessageListener in org.sentrysoftware.ipmi.core.api.sync
Methods in org.sentrysoftware.ipmi.core.api.sync with parameters of type InboundMessageListenerModifier and TypeMethodDescriptionvoidIpmiConnector.registerIncomingMessageListener(InboundMessageListener listener) RegistersInboundMessageListenerthat will react on any request sent from remote system to the application.