com.novell.admin.ns.nw
Class NetWareNamespace.NetWareObjectEntryEnumeration

java.lang.Object
  |
  +--com.novell.admin.ns.nw.NetWareNamespace.NetWareObjectEntryEnumeration
All Implemented Interfaces:
java.util.Enumeration, ObjectEntryEnumeration
Enclosing class:
NetWareNamespace

public final class NetWareNamespace.NetWareObjectEntryEnumeration
extends java.lang.Object
implements ObjectEntryEnumeration

This class provides the utility to enumerate over an object children.


Constructor Summary
NetWareNamespace.NetWareObjectEntryEnumeration(ObjectEntry[] children)
          Constructor
 
Method Summary
 boolean hasMoreElements()
          Determins if enumeration has any more elements to iterate over.
 ObjectEntry next()
          Retrieve the next element in the enumeration.
 java.lang.Object nextElement()
          Retrieve the next element in the enumeration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetWareNamespace.NetWareObjectEntryEnumeration

public NetWareNamespace.NetWareObjectEntryEnumeration(ObjectEntry[] children)
Constructor
Parameters:
children - The children object entries to enumerate over.
Method Detail

hasMoreElements

public boolean hasMoreElements()
Determins if enumeration has any more elements to iterate over.
Returns:
true if more elements to iterate, false otherwise.

nextElement

public java.lang.Object nextElement()
Retrieve the next element in the enumeration.
Returns:
The next element.

next

public ObjectEntry next()
Retrieve the next element in the enumeration.
Specified by:
next in interface ObjectEntryEnumeration
Returns:
The next element.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.