Ice 3.6 Slice API Reference
|
An application can implement this interface to receive notifications when a connection closes or receives a heartbeat message. More...
Defined in <Ice/Connection.ice>
local interface ConnectionCallback { ... }
Operations | |
void | closed (Connection con) |
This method is called by the the connection when the connection is closed. More... | |
void | heartbeat (Connection con) |
This method is called by the the connection when a heartbeat is received from the peer. More... | |
An application can implement this interface to receive notifications when a connection closes or receives a heartbeat message.
void closed | ( | Connection | con | ) |
This method is called by the the connection when the connection is closed.
void heartbeat | ( | Connection | con | ) |
This method is called by the the connection when a heartbeat is received from the peer.