509510511512513514515
} private class TransactionInterceptor extends AbstractInterceptor { public TransactionInterceptor(Context context) { setNext(new DefaultCommandService(context)); }
164165166167168169170171172
null, null, this.ksession, null ); this.commandService = new DefaultCommandService(kContext); ((AcceptsTimerJobFactoryManager) ((InternalKnowledgeRuntime) ksession).getTimerService()).getTimerJobFactoryManager().setCommandService( this ); }
277278279280281282283
null, this.ksession, null ); } this.commandService = new DefaultCommandService(kContext); }
485486487488489490491
463464465466467468469