/* 34 */ private String locatorURI = "socket://localhost:5400";
/* 35 */ private TransporterServer server = null;
/* */
/* */ public void start() throws Exception
/* */ {
/* 39 */ this.server = TransporterServer.createTransporterServer(this.locatorURI, new CustomerProcessorImpl(), CustomerProcessor.class.getName());
/* */ }