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
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
i
private int i
n
private java.util.LinkedList n
RemoteContext.HelperEnumeration
public RemoteContext.HelperEnumeration(javax.naming.NamingEnumeration nl)
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()