[jboss-user] [JBossCache] - Re: PojoCacheListener fqn recovery
jason.greene@jboss.com
do-not-reply at jboss.com
Thu Dec 6 04:21:30 EST 2007
It's good to here that POJO Cache is working for you.
The interceptor is an internal implementation detail (not considered a public API). The interceptor only needs the internal fqn, which is why it is the only fqn it holds a reference to.
Unfortunately there is no way to obtain the information you want using a public API, so I have created a feature request:
http://jira.jboss.com/jira/browse/PCACHE-55
You can use other internal details to get this, but since they aren't considered public, they might change. Ok now that you have been warned, once you have the internal Fqn, you can call get on the internal fqn for the org.jboss.cache.pojo.impl.PojoInstance.KEY attribute. This will give you a PojoInstance object, of which, you can call getReferences()
-Jason
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110767#4110767
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110767
More information about the jboss-user
mailing list