org.sapia.ubik.rmi.naming.remote.proxy
Class LocalNamingEnum

java.lang.Object
  extended by org.sapia.archie.jndi.proxy.EnumProxy
      extended by org.sapia.ubik.rmi.naming.remote.proxy.LocalNamingEnum
All Implemented Interfaces:
java.util.Enumeration, javax.naming.NamingEnumeration

public class LocalNamingEnum
extends org.sapia.archie.jndi.proxy.EnumProxy

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
LocalNamingEnum(java.lang.String url, javax.naming.Name ctxName, javax.naming.NamingEnumeration en)
           
 
Method Summary
 java.lang.Object onNextElement(javax.naming.Name contextName, java.lang.Object next)
           
 
Methods inherited from class org.sapia.archie.jndi.proxy.EnumProxy
close, hasMore, hasMoreElements, next, nextElement, onNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalNamingEnum

public LocalNamingEnum(java.lang.String url,
                       javax.naming.Name ctxName,
                       javax.naming.NamingEnumeration en)
Method Detail

onNextElement

public java.lang.Object onNextElement(javax.naming.Name contextName,
                                      java.lang.Object next)
                               throws javax.naming.NamingException
Throws:
javax.naming.NamingException


Copyright © 2010 Sapia OSS. All Rights Reserved.