|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.IR
Interface AsynchronousEnumeration

- All Superinterfaces:
- java.util.Enumeration
- All Known Implementing Classes:
- DefaultSourceEnumeration, ReadAheadEnumeration
- public interface AsynchronousEnumeration
- extends java.util.Enumeration
AsynchronousEnumeration. An Enumeration that can tell us if the nextElement will return immediately or block..
- Version:
- $Id: AsynchronousEnumeration.java,v 1.5 2002/11/24 12:41:05 ianibbo Exp $
| Method Summary | |
IRStatusReport |
getStatus()
|
boolean |
nextIsAvailable()
We know that there will be a next record in this set, is it available yet? |
void |
registerNotificationTarget(java.lang.Object o)
Register an object to be notified when a next object is available |
| Methods inherited from interface java.util.Enumeration |
hasMoreElements, nextElement |
| Method Detail |
nextIsAvailable
public boolean nextIsAvailable()
- We know that there will be a next record in this set, is it available yet?
getStatus
public IRStatusReport getStatus()
registerNotificationTarget
public void registerNotificationTarget(java.lang.Object o)
- Register an object to be notified when a next object is available
|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC