ch.systemsx.cisd.common.api.client
Interface IServicePinger<S>


public interface IServicePinger<S>

Interface of classes which know how to ping a specified remote service.


Method Summary
 void ping(S service)
          Pings specified service.
 

Method Detail

ping

void ping(S service)
Pings specified service. An exception is thrown if the service can not be reached.