123124125126127128129130
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 ) ); }
139140141142143144145
return this.executor.submit( new RetractObject( factHandle ) ); } public Future asyncUpdate(final FactHandle factHandle, final Object object) { return this.executor.submit( new UpdateObject( factHandle, object ) ); }
136137138139140141142143
7778798081828384
3839404142434445
4748495051525354
119120121122123124125126
138139140141142143144