ServantActivator servantActivator,
POA poa,
boolean cleanupInProgress)
throws ObjectNotActive
{
ByteArrayKey oidbak = new ByteArrayKey( oid );
// check that the same oid is not already being deactivated
// (this must be synchronized to avoid having two independent
// threads register the same oid)
synchronized( deactivationListLock )