Exemplo n.º 1
0
 public void childrenTerminated(ScopeInstance scope) {
   EndState.enterFaulted(scope);
 }
Exemplo n.º 2
0
 public void faulted(ScopeInstance scope) {
   EndState.enterFaulted(scope);
 }
Exemplo n.º 3
0
 public void completed(ScopeInstance scope) {
   EndState.enterExited(scope);
 }
Exemplo n.º 4
0
 public void childrenCompensated(ScopeInstance scope) {
   EndState.enterFaulted(scope);
 }