Hi Jason,
"jason.greene(a)jboss.com" wrote : 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
|
|
Thanks for the reply!! Yes, that's make it much clearer!
Kind regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073854#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...