oracle.uddi.message
Class IteratorElementLifeCycle
java.lang.Object
|
+--oracle.uddi.message.IteratorElementLifeCycle
- public class IteratorElementLifeCycle
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
CALLER
public static final IteratorElementLifeCycle CALLER
- The life cycle of the element returned by the iterator
is controlled by the caller of the iterator. This is the
behavior of the elements returned by typical iterator.
NEXT_SHADOW
public static final IteratorElementLifeCycle NEXT_SHADOW
- The life cycle of the element returned by the iterator
is from the next() call to the following next() call.
The life cycle applies to the element returned but not
its members. In other words, is members still have a life
cycle of
CALLER
.
NEXT_FULL
public static final IteratorElementLifeCycle NEXT_FULL
- The life cycle of the element returned by the iterator
is from the next() call to the following next() call.
The life cycle applies to the element retunred and all
of its members.
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
Copyright © 2001 - Oracle Corporation