Class ServerStatus
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.impl.ServerStatus
-
public class ServerStatus extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIGURATION_COMPONENTstatic StringJAAS_COMPONENTstatic StringSERVER_COMPONENT
-
Constructor Summary
Constructors Constructor Description ServerStatus()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasJson()static ServerStatusgetInstance()static ServerStatusgetInstanceFor(ActiveMQServerImpl activeMQServer)voidupdate(String component, String statusJson)voidupdate(String component, HashMap<String,String> statusAttributes)voidupdate(String componentPath, JsonObject componentStatus)
-
-
-
Field Detail
-
SERVER_COMPONENT
public static final String SERVER_COMPONENT
- See Also:
- Constant Field Values
-
CONFIGURATION_COMPONENT
public static final String CONFIGURATION_COMPONENT
- See Also:
- Constant Field Values
-
JAAS_COMPONENT
public static final String JAAS_COMPONENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstanceFor
public static ServerStatus getInstanceFor(ActiveMQServerImpl activeMQServer)
-
getInstance
public static ServerStatus getInstance()
-
asJson
public String asJson()
-
update
public void update(String componentPath, JsonObject componentStatus)
-
-