class WakeupCriteriaEnumerator
extends java.lang.Object
implements java.util.Enumeration
| Modifier and Type | Field and Description |
|---|---|
(package private) WakeupCriterion[] |
criterion |
(package private) int |
currentIndex |
(package private) int |
length |
| Constructor and Description |
|---|
WakeupCriteriaEnumerator(WakeupCondition cond,
int type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
(package private) void |
reset(WakeupCondition cond,
int type) |
WakeupCriterion[] criterion
int currentIndex
int length
WakeupCriteriaEnumerator(WakeupCondition cond, int type)
void reset(WakeupCondition cond, int type)
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.EnumerationCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.