Hi Brian, 
Thanks for the quick reply.
Another question is how to get the recursive sub fqn list.

For example, I have
cache.putObject(Fqn.fromString("/a"),null);
cache.putObject(Fqn.fromString("/a/b/c"),null);
cache.putObject(Fqn.fromString("/a/c"),null);

Set set =  cache.getChildrenNames(Fqn.fromString("/a"));

Currently the set only contains the direct sub fqn list: [b,c]

How to get the recusive sub fqn list like [b/c, c]


Thanks, 

Steven 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974729#3974729

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974729
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to