186187188189190191192193194
addView(new PlatformMbeansView(this.proxyFactory)); // Add the bootstrap deployments if(this.bootstrapManagedDeployments != null) { addView(new BootstrapProfileView(this.proxyFactory, this.bootstrapManagedDeployments.values())); } }