public interface WorkingMemoryEntryPoint
extends org.kie.api.runtime.rule.EntryPoint
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Internal method called by the engine when the session is being disposed, so that the entry point
can proceed with the necessary clean ups.
|
WorkingMemoryEntryPoint |
getWorkingMemoryEntryPoint(String name) |
org.kie.api.runtime.rule.FactHandle |
insert(Object object,
boolean dynamic)
Insert a fact registering JavaBean
PropertyChangeListeners
on the Object to automatically trigger update calls
if dynamic is true. |
org.kie.api.runtime.rule.FactHandle insert(Object object, boolean dynamic)
PropertyChangeListeners
on the Object to automatically trigger update calls
if dynamic is true.object - The fact object.dynamic - true if Drools should add JavaBean
PropertyChangeListeners to the object.WorkingMemoryEntryPoint getWorkingMemoryEntryPoint(String name)
void dispose()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.