Id really should be called Fqn in the signature. You can use this method to find all
objects at a particular location in the cache.
For example:
| cache.attach("/people/Bob", bob);
| cache.attach("/people/Fred", fred);
| cache.attach("/group/Admins", admins);
|
| // Returns Bob and Fred
| cache.findAll("/people");
|
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073636#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...