mSuppliedMBeanServer = mbs;
if ( USE_OLD_CONFIG_INTERCEPTOR )
{
debug( "FlushConfigHook.setDelegateMBeanServer(): instantiating ConfigInterceptor" );
final ConfigInterceptor configInterceptor = new ConfigInterceptor( mAdminContext );
mDelegateMBeanServer = (MBeanServer)com.sun.enterprise.admin.util.proxy.ProxyFactory.createProxy(
MBeanServer.class, mSuppliedMBeanServer,
configInterceptor );
debug( "FlushConfigHook.setDelegateMBeanServer(): instantiated ConfigInterceptor" );
}