Package | Description |
---|---|
com.veraxsystems.vximpi.test | |
com.veraxsystems.vxipmi.api.async |
The asynchronous API.
|
com.veraxsystems.vxipmi.api.async.messages |
The package containing asynchronous API message classes.
|
com.veraxsystems.vxipmi.api.sync |
The synchronous API.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncApiTest.notify(IpmiResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
IpmiListener.notify(IpmiResponse response)
Notifies listener of action that occurred.
|
Modifier and Type | Class and Description |
---|---|
class |
IpmiError
Class that wraps exception that was cause of not receiving message.
|
class |
IpmiResponseData
Class that wraps
ResponseData that was received successfully. |
Modifier and Type | Method and Description |
---|---|
void |
MessageListener.notify(IpmiResponse response) |