oracle.jdeveloper.audit.service
Interface Iteration
- public interface Iteration
The body of an iteration over a set of objects. The loop runs outside this object and invokes the iteration
method once for each object in the set.
Method Summary |
boolean |
iteration(java.lang.Object object)
Implements one iteration for one object. |
iteration
public boolean iteration(java.lang.Object object)
- Implements one iteration for one object.
-
- Parameters:
object
- The object to be processed.
- Returns:
- true to allow the iteration to continue, false to abort it.
Copyright © 1997, 2004, Oracle. All rights reserved.