192193194195196197198199200
* @throws Exception on error */ public NetworkServerControl(InetAddress address,int portNumber) throws Exception { serverImpl = new DB2jServerImpl(address, portNumber); }
217218219220221222223224
* @throws Exception on error */ public NetworkServerControl() throws Exception { serverImpl = new DB2jServerImpl(); }