213214215216217218219220221222223
SubjectCarryingServerProtocol scp = new SubjectCarryingServerProtocol(); waiter.push(scp); waiter.push(new CountingProtocol()); TestProtocol test = new TestProtocol(); test.setValue("SimpleTest"); test.setThreadPool(tp); test.setClockPool(cp);
8485868788899091929394
templateStack.push(csp); ControlServerProtocolWaiter waiter = new ControlServerProtocolWaiter(); waiter.push(new CountingProtocol()); TestProtocol test = new TestProtocol(); test.setValue("SimpleTest"); test.setThreadPool(tp); test.setClockPool(cp);
8384858687888990919293