510511512513514515516517518519520
BaseNode[] tnodes = evalQuery(queryObject.getName(), queryObject, handle, pCtx); executeQueuedActions(); return new LiveQueryImpl( this, handle ); } finally { this.lock.unlock(); this.ruleBase.readUnlock(); endOperation();
490491492493494495496497498499500
853854855856857858859860861862863
BaseNode[] tnodes = evalQuery(queryObject.getName(), queryObject, handle, pCtx); executeQueuedActions(); return new LiveQueryImpl( this, handle ); } finally { this.lock.unlock(); this.kBase.readUnlock(); endOperation();
501502503504505506507508509510511