Package | Description |
---|---|
com.veraxsystems.vxipmi.api.async |
The asynchronous API.
|
com.veraxsystems.vxipmi.connection |
Package responsible for
Connection management. |
Modifier and Type | Class and Description |
---|---|
class |
IpmiAsyncConnector
Asynchronous API for connecting to BMC via IPMI.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.registerListener(ConnectionListener listener)
Registers the listener so it will receive notifications from this
connection
|
void |
ConnectionManager.registerListener(int connection,
ConnectionListener listener)
Registers the listener so it will receive notifications from connection
|
void |
Connection.unregisterListener(ConnectionListener listener)
Unregisters the
ConnectionListener |