invocationCount = 0;
poaMutex = new ReentrantMutex( orb.poaConcurrencyDebugFlag ) ;
adapterActivatorCV = new CondVar( poaMutex,
orb.poaConcurrencyDebugFlag ) ;
invokeCV = new CondVar( poaMutex,
orb.poaConcurrencyDebugFlag ) ;
beingDestroyedCV = new CondVar( poaMutex,
orb.poaConcurrencyDebugFlag ) ;
isDestroying = new ThreadLocal () {
protected java.lang.Object initialValue() {
return Boolean.FALSE;