org.apache.ode.utils
Interface InternPool.InternableBlock

Enclosing class:
InternPool

public static interface InternPool.InternableBlock

An interface that clients should implement to run their blocks of code in the context of this caching mechanism.


Method Summary
 void run()
          The block to run
 

Method Detail

run

void run()
The block to run