{
if (!InFlightTransactionPseudoStore.STORE_NAME.equals(os.getStoreName()))
return; // called with the wrong store name
Uid theUid = uidNode.getUid();
Transaction delegate = null;
Object ios = os.read_committed(theUid, type);
if (ios instanceof TxInputObjectState)
delegate = (Transaction)((TxInputObjectState)ios).getRealObject();