Package com.apama.net.beans.interfaces
Interface PingOperationsInterface
-
- All Known Subinterfaces:
EngineClientInterface
,GenericComponentManagementOperationsInterface
,PingClientInterface
- All Known Implementing Classes:
AbstractGenericComponentManagementBean
,EngineClientBean
,GenericComponentManagementBean
,PingBean
public interface PingOperationsInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pingServer()
Manually test if the remote server process is alive and responding to client requests.
-
-
-
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.
-
-