org.drools.base
Class DelegateJavaFactHandler

java.lang.Object
  extended by org.drools.base.DelegateJavaFactHandler
All Implemented Interfaces:
JavaFact

public class DelegateJavaFactHandler
extends Object
implements JavaFact


Constructor Summary
DelegateJavaFactHandler()
           
 
Method Summary
 int[] getChanges()
           
 boolean isRegistered(WorkingMemory workingMemory)
           
 JavaFactRegistryEntry[] listWorkingMemories()
           
 boolean register(WorkingMemory workingMemory)
           
 boolean unregister(WorkingMemory workingMemory)
           
 void unregisterAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateJavaFactHandler

public DelegateJavaFactHandler()
Method Detail

listWorkingMemories

public JavaFactRegistryEntry[] listWorkingMemories()
Specified by:
listWorkingMemories in interface JavaFact

register

public boolean register(WorkingMemory workingMemory)
Specified by:
register in interface JavaFact

unregisterAll

public void unregisterAll()
Specified by:
unregisterAll in interface JavaFact

unregister

public boolean unregister(WorkingMemory workingMemory)
Specified by:
unregister in interface JavaFact

isRegistered

public boolean isRegistered(WorkingMemory workingMemory)
Specified by:
isRegistered in interface JavaFact

getChanges

public int[] getChanges()
Specified by:
getChanges in interface JavaFact


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.