[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Support for cross-cluster HAJNDI list operations
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Feb 22 19:28:03 EST 2007
Its just because list for HAJNDI generally only has normal jndi behavior for the replicated tree. However, since we really never bind stuff into this tree, list* is not a useful method. It could be implemented to match the lookup semantics and essentially return the first context.list result from the local jndi bindings in the cluster for the context.
If one really wants to see all of the bindings in a cluster, then I think we would have to return a NamingEnumeration with a NameClassPair that was a ClusteredNameClassPair to include the node in the pair. Otherwise we could go outside of the jndi api to provide this aggregate view.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020897#4020897
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020897
More information about the jboss-dev-forums
mailing list