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
262263264265266267268269270271272
propagationContext.evaluateActionQueue( this ); executeQueuedActions(); return new LiveQueryImpl( this, handle ); } finally { this.lock.unlock(); this.ruleBase.readUnlock(); endOperation();
258259260261262263264265266267268
235236237238239240241242243244245
null, null, this.typeConfReg.getObjectTypeConf( this.entryPoint, queryObject ) ); return new LiveQueryImpl( this, handle ); } finally { this.lock.unlock(); this.ruleBase.readUnlock(); endOperation();
263264265266267268269270271272273