org.shiftone.jrat.core.jmx
Class NullJmxRegistry

java.lang.Object
  extended by org.shiftone.jrat.core.jmx.NullJmxRegistry
All Implemented Interfaces:
JmxRegistry

public class NullJmxRegistry
extends java.lang.Object
implements JmxRegistry

Author:
jeff@shiftone.org (Jeff Drost)

Field Summary
static JmxRegistry INSTANCE
           
 
Method Summary
 boolean isReady()
           
 void registerMBean(java.lang.Object object, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final JmxRegistry INSTANCE
Method Detail

isReady

public boolean isReady()
Specified by:
isReady in interface JmxRegistry

registerMBean

public void registerMBean(java.lang.Object object,
                          java.lang.String name)
Specified by:
registerMBean in interface JmxRegistry