Uses of Interface
org.sentrysoftware.ipmi.core.connection.ConnectionListener
Packages that use ConnectionListener
-
Uses of ConnectionListener in org.sentrysoftware.ipmi.core.api.async
Classes in org.sentrysoftware.ipmi.core.api.async that implement ConnectionListenerModifier and TypeClassDescriptionclassAsynchronous API for connecting to BMC via IPMI. -
Uses of ConnectionListener in org.sentrysoftware.ipmi.core.connection
Methods in org.sentrysoftware.ipmi.core.connection with parameters of type ConnectionListenerModifier and TypeMethodDescriptionvoidConnection.registerListener(ConnectionListener listener) Registers the listener so it will receive notifications from this connectionvoidConnectionManager.registerListener(int connection, ConnectionListener listener) Registers the listener so it will receive notifications from connectionvoidConnection.unregisterListener(ConnectionListener listener) Unregisters theConnectionListener