Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.naming.directory
Class BasicAttribute.BasicAttributeEnumeration  view BasicAttribute.BasicAttributeEnumeration download BasicAttribute.BasicAttributeEnumeration.java

java.lang.Object
  extended byjavax.naming.directory.BasicAttribute.BasicAttributeEnumeration
All Implemented Interfaces:
java.util.Enumeration, javax.naming.NamingEnumeration
Enclosing class:
BasicAttribute

private class BasicAttribute.BasicAttributeEnumeration
extends java.lang.Object
implements javax.naming.NamingEnumeration


Field Summary
(package private)  int where
           
 
Constructor Summary
BasicAttribute.BasicAttributeEnumeration()
           
 
Method Summary
 void close()
           
 boolean hasMore()
           
 boolean hasMoreElements()
          Tests whether there are elements remaining in the enumeration.
 java.lang.Object next()
           
 java.lang.Object nextElement()
          Obtain the next element in the enumeration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

where

int where
Constructor Detail

BasicAttribute.BasicAttributeEnumeration

public BasicAttribute.BasicAttributeEnumeration()
Method Detail

close

public void close()
           throws javax.naming.NamingException
Specified by:
close in interface javax.naming.NamingEnumeration

hasMore

public boolean hasMore()
                throws javax.naming.NamingException
Specified by:
hasMore in interface javax.naming.NamingEnumeration

next

public java.lang.Object next()
                      throws javax.naming.NamingException
Specified by:
next in interface javax.naming.NamingEnumeration

hasMoreElements

public boolean hasMoreElements()
Description copied from interface: java.util.Enumeration
Tests whether there are elements remaining in the enumeration.

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Description copied from interface: java.util.Enumeration
Obtain the next element in the enumeration.

Specified by:
nextElement in interface java.util.Enumeration