Interface PingOperationsInterface

    • Method Detail

      • pingServer

        void pingServer()
                 throws com.apama.util.CompoundException
        Manually test if the remote server process is alive and responding to client requests. This method makes a no-arg, void return, method call on the client interface of the server. If a connection is not yet established, this method will request a connection. In the event that a connection cannot be established, or an error during the ping, a CompoundException will be raised.
        Throws:
        com.apama.util.CompoundException - when the ping fails.