if (habitat.isInitialized()) {
throw new ComponentException("no RunLevelService found appropriate for RunLevel: " + rl);
}
habitat.addHabitatListener(new HabitatListener() {
@Override
public boolean inhabitantChanged(EventType eventType, Habitat habitat,
Inhabitant<?> inhabitant) {
if (EventType.HABITAT_INITIALIZED == eventType) {
Map<Class<?>, RunLevelServiceStub> rlss;