138139140141142143144145
return this.executor.submit( new RetractObject( factHandle ) ); } public Future asyncUpdate(final FactHandle factHandle, final Object object) { return this.executor.submit( new UpdateObject( (org.drools.FactHandle)factHandle, object ) ); }
4748495051525354
return this.executor.submit( new RetractObject( factHandle ) ); } public Future asyncUpdate(final FactHandle factHandle, final Object object) { return this.executor.submit( new UpdateObject( factHandle, object ) ); }
4546474849505152
136137138139140141142143