return;
}
if(app==null) app = shell.getEnvProperty("PROJECT");
router = new EventNetRouterImpl(ec, initorID, hostLabel, app, keepEvents);
router.setConID(conID);
//ec.registerEventNetRouter(initorID, router);
EventNetShellAgentConnector con = new EventNetShellAgentConnector();
con.setOutput(new BufferObjectWriter(getStdOut()));