Package com.github.jpmsilva.jsystemd
Class SystemdClassLoaderStatusProvider
java.lang.Object
com.github.jpmsilva.jsystemd.SystemdClassLoaderStatusProvider
- All Implemented Interfaces:
SystemdStatusProvider
@Order(-1000)
public class SystemdClassLoaderStatusProvider
extends Object
implements SystemdStatusProvider
Implementation of
SystemdStatusProvider
that provides information regarding loaded classes.- Author:
- Joao Silva
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new SystemdClassLoaderStatusProvider. -
Method Summary
-
Constructor Details
-
SystemdClassLoaderStatusProvider
public SystemdClassLoaderStatusProvider()Create a new SystemdClassLoaderStatusProvider.
-
-
Method Details
-
status
Description copied from interface:SystemdStatusProvider
Exposes status information to send to systemd.- Specified by:
status
in interfaceSystemdStatusProvider
- Returns:
- the string message to add to the service status
-