Package com.apama.net.interfaces
Interface PingableClient
-
public interface PingableClientThe 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 voidping()This method is used to check that the TCP server is still alive.
-