Package com.github.jpmsilva.jsystemd
Class SystemdNotifyTomcatStatusProvider
java.lang.Object
com.github.jpmsilva.jsystemd.SystemdNotifyTomcatStatusProvider
- All Implemented Interfaces:
SystemdNotifyStatusProvider
@Order(1000) public class SystemdNotifyTomcatStatusProvider extends Object implements SystemdNotifyStatusProvider
Implementation of
SystemdNotifyStatusProvider
that provides information regarding Tomcat thread pools.- Author:
- Joao Silva
- See Also:
Registry
-
Constructor Summary
Constructors Constructor Description SystemdNotifyTomcatStatusProvider()
-
Method Summary
-
Constructor Details
-
SystemdNotifyTomcatStatusProvider
public SystemdNotifyTomcatStatusProvider()
-
-
Method Details
-
status
Description copied from interface:SystemdNotifyStatusProvider
Exposes status information to send to systemd.- Specified by:
status
in interfaceSystemdNotifyStatusProvider
- Returns:
- the string message to add to the service status
-