Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample code

wsnoheto.tools.Gate myGate = wsnoheto.engine.ObjectPoolManager.getOrCreateApplicationGate("myAppGate");
myGate.enter();
try {
        ... my code ...
} finally {
        myGate.leave();
}

Activity Observer