org.jboss.cache.aop
Class InternalDelegate

java.lang.Object
  |
  +--org.jboss.cache.aop.InternalDelegate

public class InternalDelegate
extends java.lang.Object

AopCache delegation to handle internal cache sotre, that is, the portion that is not part of user's data.

Author:
Ben Wang

Field Summary
protected  TreeCacheAop cache_
           
static java.lang.String CLASS_INTERNAL
           
static Fqn JBOSS_INTERNAL
           
static Fqn JBOSS_INTERNAL_MAP
           
static java.lang.String SERIALIZED
           
 
Method Summary
protected  AOPInstance getAopInstance(Fqn fqn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INTERNAL

public static final java.lang.String CLASS_INTERNAL
See Also:
Constant Field Values

SERIALIZED

public static final java.lang.String SERIALIZED
See Also:
Constant Field Values

JBOSS_INTERNAL

public static final Fqn JBOSS_INTERNAL

JBOSS_INTERNAL_MAP

public static final Fqn JBOSS_INTERNAL_MAP

cache_

protected TreeCacheAop cache_
Method Detail

getAopInstance

protected AOPInstance getAopInstance(Fqn fqn)
                              throws CacheException
CacheException


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.