AbstractSessionLog.getLog().log(SessionLog.WARNING, "problem_registering_mbean", mne);
} catch (Exception exception) {
AbstractSessionLog.getLog().log(SessionLog.WARNING, "problem_registering_mbean", exception);
}
MBeanDevelopmentServices mbean = new MBeanDevelopmentServices((Session)getDatabaseSession());
ObjectInstance info = null;
try {
info = mBeanServerRuntime.registerMBean(mbean, name);
} catch(InstanceAlreadyExistsException iaee) {
AbstractSessionLog.getLog().log(SessionLog.WARNING, "problem_registering_mbean", iaee);