this.componentRegistry = new ComponentRegistry(this);
this.endpointRegistry = new EndpointRegistry(this);
this.subscriptionRegistry = new SubscriptionRegistry(this);
this.serviceAssemblyRegistry = new ServiceAssemblyRegistry(this);
this.serviceUnits = new ConcurrentHashMap();
this.pendingAssemblies = new CopyOnWriteArrayList();
this.sharedLibraries = new ConcurrentHashMap();
this.pendingComponents = new CopyOnWriteArrayList();
}