Package fish.payara.monitoring.rest.app
Class RestMonitoringAppState
- java.lang.Object
-
- fish.payara.monitoring.rest.app.RestMonitoringAppState
-
public final class RestMonitoringAppState extends Object
- Author:
- Fraser Savage
-
-
Constructor Summary
Constructors Constructor Description RestMonitoringAppState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetAgentName()static StringgetAgentNameKey()static StringgetAgentType()static StringgetAgentTypeKey()static StringgetAgentVersion()static StringgetAgentVersionKey()
-
-
-
Method Detail
-
getAgentNameKey
public static String getAgentNameKey()
-
getAgentVersionKey
public static String getAgentVersionKey()
-
getAgentTypeKey
public static String getAgentTypeKey()
-
getAgentName
public static String getAgentName()
-
getAgentVersion
public static String getAgentVersion()
-
getAgentType
public static String getAgentType()
-
-