public class AsyncApiTest extends java.lang.Object implements IpmiListener
Constructor and Description |
---|
AsyncApiTest() |
Modifier and Type | Method and Description |
---|---|
void |
notify(IpmiResponse response)
Notifies listener of action that occurred.
|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testGetAvailableCipherSuites()
|
void |
testGetChannelAuthenticationCapabilities()
|
void |
testOpenSession()
|
void |
testSendMessage()
|
public static void setUpBeforeClass()
public static void tearDownAfterClass()
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testGetAvailableCipherSuites() throws java.lang.Exception
java.lang.Exception
public void testGetChannelAuthenticationCapabilities() throws java.lang.Exception
java.lang.Exception
public void testOpenSession() throws java.lang.Exception
java.lang.Exception
public void testSendMessage() throws java.lang.Exception
java.lang.Exception
public void notify(IpmiResponse response)
IpmiListener
notify
in interface IpmiListener
response
- - IpmiResponse
being notified IpmiResponseData
if answer for request arrived, IpmiError
if delivery failed.