Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

oracle.uddi.message
Class IteratorElementLifeCycle

java.lang.Object
  extended byoracle.uddi.message.IteratorElementLifeCycle


public class IteratorElementLifeCycle
extends java.lang.Object

Field Summary
static IteratorElementLifeCycle CALLER
          The life cycle of the element returned by the iterator is controlled by the caller of the iterator.
static IteratorElementLifeCycle NEXT_FULL
          The life cycle of the element returned by the iterator is from the next() call to the following next() call.
static IteratorElementLifeCycle NEXT_SHADOW
          The life cycle of the element returned by the iterator is from the next() call to the following next() call.

 

Method Summary
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

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.
Method Detail

toString

public java.lang.String toString()

Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

Copyright © 2001, 2004, Oracle. All rights reserved.