interface TargetsInterface
| Modifier and Type | Field and Description |
|---|---|
static int |
SWITCH_TARGETS |
static int |
TRANSFORM_TARGETS |
| Modifier and Type | Method and Description |
|---|---|
void |
computeTargetThreads(int type,
CachedTargets[] newCt) |
void |
copyCachedTargets(int type,
CachedTargets[] newCt) |
CachedTargets |
getCachedTargets(int type,
int index,
int child) |
java.util.ArrayList |
getTargetsData(int type,
int index) |
int |
getTargetThreads(int type) |
void |
propagateTargetThreads(int type,
int childTargetThreads) |
void |
resetCachedTargets(int type,
CachedTargets[] newCt,
int child) |
void |
updateCachedTargets(int type,
CachedTargets[] newCt) |
void |
updateTargetThreads(int type,
CachedTargets[] newCt) |
static final int TRANSFORM_TARGETS
static final int SWITCH_TARGETS
CachedTargets getCachedTargets(int type, int index, int child)
void resetCachedTargets(int type,
CachedTargets[] newCt,
int child)
int getTargetThreads(int type)
void updateCachedTargets(int type,
CachedTargets[] newCt)
void computeTargetThreads(int type,
CachedTargets[] newCt)
void updateTargetThreads(int type,
CachedTargets[] newCt)
void propagateTargetThreads(int type,
int childTargetThreads)
void copyCachedTargets(int type,
CachedTargets[] newCt)
java.util.ArrayList getTargetsData(int type,
int index)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.