Package com.apama.net.interfaces
Interface PingableClient
-
public interface PingableClient
The PingableClient interface is the interface to any Apama TCP server, and allows clients to detect if the server is alive.The static methods of the PingableClientFactory class are used to create an object implementing this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ping()
This method is used to check that the TCP server is still alive.
-