invoker = new MBeanServerInterceptorConfigurator(this);
ContextClassLoaderMBeanServerInterceptor ccl = new ContextClassLoaderMBeanServerInterceptor();
NotificationListenerMBeanServerInterceptor notif = new NotificationListenerMBeanServerInterceptor();
SecurityMBeanServerInterceptor sec = new SecurityMBeanServerInterceptor();
InvokerMBeanServerInterceptor inv = new InvokerMBeanServerInterceptor(outer == null ? this : outer);
invoker.addPreInterceptor(ccl);
invoker.addPreInterceptor(notif);
invoker.addPreInterceptor(sec);
invoker.addPostInterceptor(inv);