
com.buabook.spring.jmx.JmxResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-common Show documentation
Show all versions of spring-common Show documentation
Spring functionality (c) 2016 Sport Trades Ltd
The newest version!
package com.buabook.spring.jmx;
/**
* Standard JMX Return Values
* Return types for JMX must be standard types. Custom types will not be copied over to the JMX console.
* (c) 2016 Sport Trades Ltd
*
* @author Jas Rajasansir
* @version 1.0.0
* @since 8 Nov 2016
*/
public class JmxResult {
public static final String OK = "OK";
public static final String NO_OP = "NO_OP";
public static final String ERROR = "ERROR";
public static final String INVALID_INPUT = "INVALID_INPUT";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy