135136137138139140141
servant.setChannel(this.echannel) ; } private boolean initialized = false ; public void initSelf() throws SQLException{ this.initSelf(new RuntimeService()) ; }
138139140141142143144