I’ll demonstrate the tremendous utility of the JMX MXBean in this blog entry. While doing so, I’ll also demonstrate the usefulness of a J2SE 5 enum for reporting a set of discrete status values and ...
package dustin.examples; import java.util.logging.Logger; import static java.lang.System.out; public class FickleLogging { private static Logger LOGGER = Logger ...