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