private StatusRoomListenerExternalGUIImpl statusRoomListenerExternalGUI;
private IMListenerImpl imListener;
private Kernel(ConfigurationBean configurationBean) {
statusRoomListenerExternalGUI = new StatusRoomListenerExternalGUIImpl();
ctx=new Context(new MetaNetwork(), configurationBean, statusRoomListenerExternalGUI);
ctx.getMetaNetwork().postLoad(imListener=new IMListenerImpl());
}