* Only uses the system default mbean server. See {@link org.picocontainer.gems.jmx.JMXExposing JMXExposing} for other
* constructors that give you more flexibility in exposing your objects.
* @return JMX Exposing behavior factory.
*/
public static BehaviorFactory JMX() {
return new JMXExposing();
}