|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.archie.jndi.proxy.EnumProxy
org.sapia.archie.test.TestEnumProxy
public class TestEnumProxy
| Constructor Summary | |
|---|---|
TestEnumProxy(javax.naming.Name parentContextName,
javax.naming.NamingEnumeration enumeration)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
onNext(javax.naming.Name contextName,
java.lang.Object next)
This method is internally called by this class' next() and
nextElement() methods. |
| Methods inherited from class org.sapia.archie.jndi.proxy.EnumProxy |
|---|
close, hasMore, hasMoreElements, next, nextElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestEnumProxy(javax.naming.Name parentContextName,
javax.naming.NamingEnumeration enumeration)
| Method Detail |
|---|
public java.lang.Object onNext(javax.naming.Name contextName,
java.lang.Object next)
throws javax.naming.NamingException
EnumProxynext() and
nextElement() methods. The objects returned by the next...()
methods are passed to this method, in order to allow preprocessing.
This method can be overridden to return an application-defined object, instead of the given instance.
Note that the given object might be an instance of Binding.
onNext in class EnumProxycontextName - the name of the parent JNDI context.next - the object that was returned by the iteration.
javax.naming.NamingExceptionBinding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||