org.deltava.service
Class HealthCheckService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.HealthCheckService
public class HealthCheckService
- extends WebService
A Web Service to ensure the server JVM is still alive.
- Since:
- 2.3
- Version:
- 2.3
- Author:
- Luke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HealthCheckService
public HealthCheckService()
execute
public int execute(ServiceContext ctx)
throws ServiceException
- Executes the Web Service.
- Specified by:
execute in class WebService
- Parameters:
ctx - the Web Service context
- Returns:
- the HTTP status code
- Throws:
ServiceException - if an error occurs
isLogged
public boolean isLogged()
- Returns if the Web Service invocation is logged.
- Overrides:
isLogged in class WebService
- Returns:
- FALSE
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.