super(new AbstractDeploymentContext(deployment.getName(), ""));
this.deployment = deployment;
// Create a pre-determined, DEPLOYED deployment
StructureMetaData structure = new StructureMetaDataImpl();
ContextInfo rootInfo = new ContextInfoImpl("");
structure.addContext(rootInfo);
predeterminedManagedObjects.addAttachment(KnownDeploymentTypes.class, KnownDeploymentTypes.MCBeans);
predeterminedManagedObjects.addAttachment(StructureMetaData.class, structure);
predeterminedManagedObjects.addAttachment(KernelDeployment.class, deployment);
DeploymentContext rootContext = getDeploymentContext();
rootContext.setState(DeploymentState.DEPLOYED);