public class ActRelationshipJoin extends Object
Modifier and Type | Field and Description |
---|---|
static Set<CS> |
ALL_VALUES
All values defined by this class.
|
static CS |
D
Detach this branch from the other branches so it will not be
resynchronized with the other branches.
|
static CS |
K
When all other concurrent branches are terminated, interrupt, and
discontinue this branch.
|
static CS |
W
Wait for this branch to terminate.
|
static CS |
X
Wait for any one of the branches in the set of exclusive wait branches to
terminate, then discontinue all the other exclusive wait branches.
|
Constructor and Description |
---|
ActRelationshipJoin() |
public static CS D
Detach this branch from the other branches so it will not be resynchronized with the other branches.
public static CS K
When all other concurrent branches are terminated, interrupt, and discontinue this branch.
public static CS W
Wait for this branch to terminate.
public static CS X
Wait for any one of the branches in the set of exclusive wait branches to terminate, then discontinue all the other exclusive wait branches.
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved