org.apache.archiva.rest.api.services
Interface PingService

All Known Implementing Classes:
DefaultPingService

public interface PingService

Since:
1.4-M1
Author:
Olivier Lamy

Method Summary
 String ping()
          ping service to monitor Archiva with a nice returned message :-)
 String pingWithAuthz()
          same as #ping but check authz
 

Method Detail

ping

String ping()
ping service to monitor Archiva with a nice returned message :-)

Returns:
Yeah Baby It rocks!

pingWithAuthz

String pingWithAuthz()
same as #ping but check authz

Returns:


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.