UniKL Logo

Lehrgebiet Informationssysteme

FB Informatik

FB Informatik
 
LG IS
AG DBIS
AG HIS
Jobs / Tasks
Courses
Publications
Contact
Misc
Impressum
(C) AG DBIS
 

Test Case taDOM3+/10-taDOM3+-24-CO

taDOM3+ Lock Requests of executed Operation getChildNodes(contextElementNode) returns Nodelist

The getChildNodes operation returns a node list with all child nodes of the context node CO.

Behavior specified with base operations:

  • readCO
  • readFC
  • readCH
  • readLC
  • useCOFCE
  • useCOLCE
  • useFCPSE
  • useFCNSE
  • useCHPSE
  • useCHNSE
  • useLCPSE
  • useLCNSE
Read Set = CO FC CH LC COFCE COLCE FCPSE FCNSE CHPSE CHNSE LCPSE LCNSE , Write Set =
  • LockRequest[node=CO,lock:LR,PSE:-,NSE:-,FCE:-,LCE:-]

taDOM3+ Lock Requests of checked Operation appendChild(contextElementNode, childType, childValue) executed on node CO

The appendChild operation is executed on the context element node CO and appends a new child. The context element node CO has still no child nodes before this operation. The CX resp. NRCX lock on the context node is caused by the SX lock on the new child.The new appended child node (the now only child) is returned.

Bahavior specified with base operations:

  • readCO
  • modifyCOFCE
  • modifyCOLCE

Read and write sets for execution on CO:

Read Set = CO , Write Set = COFCE COLCE
  • LockRequest[node=CO,lock:NRCX,PSE:-,NSE:-,FCE:EX,LCE:EX] on CO

Operations must be incompatible

CheckExisting LockRequest[node=CO,lock:LR,PSE:-,NSE:-,FCE:-,LCE:-]
with
Requested LockRequest[node=CO,lock:NRCX,PSE:-,NSE:-,FCE:EX,LCE:EX] on CO
Requested lock NRCX on CO incompatible to existing lock LR.
Incompatible
Test Case Ok