Creates a new instance of CreateMBeanCaller/*, DefaultConfiguration.LOGGER_RESOURCE_BUNDLE_NAME );*/ super(mbsc); METHOD_ID = MBeanServerRequestMessage.GET_MBEAN_COUNT; logger.finer("GetMBeanCountCaller ctor called");
/*, DefaultConfiguration.LOGGER_RESOURCE_BUNDLE_NAME );*/ super(mbsc); METHOD_ID = MBeanServerRequestMessage.GET_MBEAN_COUNT; logger.finer("GetMBeanCountCaller ctor called");
Object result = null; boolean isException = false; try { result = mbsc.getMBeanCount(); } catch(Throwable e) { result = e; isException = true; } return ( new MBeanServerResponseMessage(METHOD_ID, result, isException) );