|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.base.ReferenceOriginalGlobalExporter
public class ReferenceOriginalGlobalExporter
This implementation does nothing other than pass by reference the original GlobalResolver as used in the StatelessSession. Care should be taken if you use this strategy, as later executes may change those globals. The GlobalResolver of the StatelessSession may also not be serialisable friendly.
Constructor Summary | |
---|---|
ReferenceOriginalGlobalExporter()
|
Method Summary | |
---|---|
GlobalResolver |
export(WorkingMemory workingMemory)
This method is called internally by the StatelessSession, which will provide the WorkingMemory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceOriginalGlobalExporter()
Method Detail |
---|
public GlobalResolver export(WorkingMemory workingMemory)
GlobalExporter
export
in interface GlobalExporter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |