|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.pojo.util.AopUtil
public final class AopUtil
Unitlity methods for put, get and remove Collection classes object.
| Field Summary | |
|---|---|
static String |
SEPARATOR
|
| Constructor Summary | |
|---|---|
AopUtil()
|
|
| Method Summary | |
|---|---|
static void |
checkObjectType(Object obj)
Check whether the object type is valid. |
static org.jboss.cache.Fqn |
constructFqn(org.jboss.cache.Fqn baseFqn,
Object relative)
|
static org.jboss.cache.Fqn |
createInternalFqn(org.jboss.cache.Fqn fqn,
org.jboss.cache.Cache cache)
Internal fqn is now structured as: a) If no region -- /__JBossInternal__/trueId/__ID__/xxxx b) If there is region -- /region/__JBossInternal__/xxx |
static org.jboss.aop.advice.Interceptor |
findCacheInterceptor(org.jboss.aop.InstanceAdvisor advisor)
Find existing cache interceptor. |
static org.jboss.aop.advice.Interceptor |
findCacheInterceptor(org.jboss.aop.InstanceAdvisor advisor,
org.jboss.cache.Fqn fqn)
Find cache interceptor with exact fqn. |
static org.jboss.aop.advice.Interceptor |
findCollectionInterceptor(org.jboss.aop.InstanceAdvisor advisor)
Find existing Collection interceptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SEPARATOR
| Constructor Detail |
|---|
public AopUtil()
| Method Detail |
|---|
public static org.jboss.aop.advice.Interceptor findCacheInterceptor(org.jboss.aop.InstanceAdvisor advisor,
org.jboss.cache.Fqn fqn)
advisor - fqn -
public static org.jboss.aop.advice.Interceptor findCacheInterceptor(org.jboss.aop.InstanceAdvisor advisor)
advisor -
public static org.jboss.aop.advice.Interceptor findCollectionInterceptor(org.jboss.aop.InstanceAdvisor advisor)
advisor -
public static void checkObjectType(Object obj)
obj -
public static org.jboss.cache.Fqn constructFqn(org.jboss.cache.Fqn baseFqn,
Object relative)
public static org.jboss.cache.Fqn createInternalFqn(org.jboss.cache.Fqn fqn,
org.jboss.cache.Cache cache)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||