org.ow2.jasmine.monitoring.eventswitch.beans
Interface DroolsWorkingMemorySFBRemote


public interface DroolsWorkingMemorySFBRemote

Remote interface of bean to insert facts into a Drools working memory.

Author:
Loris Bouzonnet

Method Summary
 void insert(java.lang.Object fact)
          Insert the fact in a Drools working memory
 

Method Detail

insert

void insert(java.lang.Object fact)
Insert the fact in a Drools working memory

Parameters:
fact - Object to insert.


Copyright © 2011 OW2 Consortium. All Rights Reserved.