183184185186187188189190191192193
} catch (Exception e) { // Just ignore it } // Create the BackEnd stub and the FrontEnd skeleton myStub = new BackEndStub(this); mySkel = new FrontEndSkel(fe); outConnection = createBackEnd(); return myStub;
200201202203204205206207208209210
// Just ignore it } // Create the BackEnd in the fixed network mySkel = new FrontEndSkel(fe); myStub = new BackEndStub(this); Connection c = createBackEnd(); active = true; startConnectionReader(c);
169170171172173174175176177178179
// Read the owner if any owner = props.getProperty("owner"); // Create the BackEnd stub and the FrontEnd skeleton myStub = new BackEndStub(this); mySkel = new FrontEndSkel(fe); // Start the InputManager myInputManager.start();