Creates a new instance of CreateMBeanCaller super(mbsc); METHOD_ID = MBeanServerRequestMessage.GET_DOMAINS;
super(mbsc); METHOD_ID = MBeanServerRequestMessage.GET_DOMAINS;
Object result = null; boolean isException = false; try { result = mbsc.getDomains(); } catch(Throwable e) { result = e; isException = true; } return ( new MBeanServerResponseMessage(METHOD_ID, result, isException) );