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 Detail

      • ping

        void ping()
           throws com.apama.util.CompoundException
        This method is used to check that the TCP server is still alive. If the server is alive it returns normally. If there is a problem then a CompoundException is thrown.
        Throws:
        com.apama.util.CompoundException