510511512513514515516517518519520
BaseNode[] tnodes = evalQuery(queryObject.getName(), queryObject, handle, pCtx); executeQueuedActions(); return new LiveQueryImpl( this, handle ); } finally { this.lock.unlock(); this.ruleBase.readUnlock(); endOperation();
508509510511512513514515516517518
856857858859860861862863864865866
BaseNode[] tnodes = evalQuery(queryObject.getName(), queryObject, handle, pCtx); executeQueuedActions(); return new LiveQueryImpl( this, handle ); } finally { this.lock.unlock(); this.kBase.readUnlock(); endOperation();
811812813814815816817818819820821
808809810811812813814815816817818
252253254255256257258259260261262
249250251252253254255256257258259
857858859860861862863864865866867