50 | | || ResourceAccess.open(..) || || || |
51 | | || X || Top Mem Access || Root Mem Access || Inner Mem Access || |
52 | | || Top Resource || delegate to root || return existing / throw exception || delegate to root || |
53 | | || Inner resource || create, remember || throw exception || delegate to top || |
54 | | [[BR]] |
| 50 | || ResourceAccess.open(..) || |
| 51 | || X || Top Mem Access || Root Mem Access || Inner Mem Access || |
| 52 | || Top Resource || delegate to root || return existing / throw exception || delegate to root || |
| 53 | || Inner resource || create, remember || throw exception || delegate to top || |