All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.buabook.spring.jmx.JmxResult Maven / Gradle / Ivy

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