endurox-java
Public Member Functions | Protected Member Functions | List of all members
org.endurox.BExprTree Class Reference

Public Member Functions

void cleanup ()
 

Protected Member Functions

void finalize () throws Throwable
 

Detailed Description

UBF Buffer compiled boolean expressions handler

Member Function Documentation

◆ cleanup()

void org.endurox.BExprTree.cleanup ( )

Clean up the object (basically this is destructor) as we cannot relay on finalize() auto call of from the Garbage Collector. Thus we object goes out of the scope,

◆ finalize()

void org.endurox.BExprTree.finalize ( ) throws Throwable
protected