|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| java.util.concurrent | Utility classes commonly useful in concurrent programming. |
| Uses of Phaser in java.util.concurrent |
|---|
| Modifier and Type | Method and Description |
|---|---|
Phaser |
Phaser.getParent()
Returns the parent of this phaser, or null if none. |
Phaser |
Phaser.getRoot()
Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent. |
| Constructor and Description |
|---|
Phaser(Phaser parent)
Creates a new phaser with the given parent, without any initially registered parties. |
Phaser(Phaser parent,
int parties)
Creates a new phaser with the given parent and numbers of registered unarrived parties. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.