jaugment2.directory
Class RemoteContext.HelperEnumeration

java.lang.Object
  |
  +--jaugment2.directory.RemoteContext.HelperEnumeration
Enclosing class:
RemoteContext

public static class RemoteContext.HelperEnumeration
extends java.lang.Object
implements javax.naming.NamingEnumeration, java.io.Serializable

helper-class

See Also:
Serialized Form

Field Summary
private  int i
           
private  java.util.LinkedList n
           
 
Constructor Summary
RemoteContext.HelperEnumeration(javax.naming.NamingEnumeration nl)
           
 
Method Summary
 void close()
           
 boolean hasMore()
           
 boolean hasMoreElements()
           
 java.lang.Object next()
           
 java.lang.Object nextElement()
           
(package private) static java.lang.Object parseElement(java.lang.Object o)
          Parse argument o and make it safe.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

i

private int i

n

private java.util.LinkedList n
Constructor Detail

RemoteContext.HelperEnumeration

public RemoteContext.HelperEnumeration(javax.naming.NamingEnumeration nl)
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

parseElement

static java.lang.Object parseElement(java.lang.Object o)
Parse argument o and make it safe. e.g.change a Context into a RemoteContext

hasMoreElements

public boolean hasMoreElements()

nextElement

public java.lang.Object nextElement()