*/
protected List<AbstractTypeServerPluginContainer> createPluginContainers() {
ArrayList<AbstractTypeServerPluginContainer> pcs = new ArrayList<AbstractTypeServerPluginContainer>(5);
pcs.add(new GenericServerPluginContainer(this));
pcs.add(new ContentServerPluginContainer(this));
pcs.add(new AlertServerPluginContainer(this));
pcs.add(new BundleServerPluginContainer(this));
pcs.add(new PackageTypeServerPluginContainer(this));
pcs.add(new DriftServerPluginContainer(this));
return pcs;
}