Package | Description |
---|---|
com.veraxsystems.vximpi.test | |
com.veraxsystems.vxipmi.api.async |
The asynchronous API.
|
com.veraxsystems.vxipmi.api.sync |
The synchronous API.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncApiTest
Tests for the Asynchronous API
|
Modifier and Type | Method and Description |
---|---|
void |
IpmiAsyncConnector.registerListener(IpmiListener listener)
Registers the listener so it will be notified of incoming messages.
|
void |
IpmiAsyncConnector.unregisterListener(IpmiListener listener)
Unregisters the listener so it will no longer receive notifications of
received answers.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageListener
Listens to the
IpmiAsyncConnector waiting for concrete message to
arrive. |