|
||||||||||
| 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 java.lang.String |
SEPARATOR
|
| Constructor Summary | |
|---|---|
AopUtil()
|
|
| Method Summary | |
|---|---|
static void |
checkObjectType(java.lang.Object obj)
Check whether the object type is valid. |
static Fqn |
constructFqn(Fqn baseFqn,
java.lang.Object relative)
|
static Fqn |
createInternalFqn(Fqn fqn,
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,
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 java.lang.String SEPARATOR
| Constructor Detail |
|---|
public AopUtil()
| Method Detail |
|---|
public static org.jboss.aop.advice.Interceptor findCacheInterceptor(org.jboss.aop.InstanceAdvisor advisor,
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(java.lang.Object obj)
obj -
public static Fqn constructFqn(Fqn baseFqn,
java.lang.Object relative)
public static Fqn createInternalFqn(Fqn fqn,
Cache cache)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||