handler = (ServerInvocationHandler)
MBeanServerInvocationHandler.newProxyInstance(server,
objName,
ServerInvocationHandler.class,
false);
handler = new ServerInvocationHandlerWrapper(handler);
}
else
{
throw new RuntimeException("Can not register MBean invocation handler as the Connector has not been registered with a MBeanServer.");
}