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