serviceManager.put( ConfigurationValidator.class.getName(),
m_validator );
serviceManager.put( InstrumentManager.class.getName(),
m_instrumentManager );
serviceManager.put( Kernel.class.getName(), this );
serviceManager.makeReadOnly();
return serviceManager;
}
/**
* @mx.operation description="Removes the application from the container"