org.jboss.cache.aop
Class ObjectGraphHandler

java.lang.Object
  extended by org.jboss.cache.aop.ObjectGraphHandler

public class ObjectGraphHandler
extends java.lang.Object

Handle the object graph management.

Version:
$Id: ObjectGraphHandler.java,v 1.15 2006/04/25 19:26:07 genman Exp $
Author:
Ben Wang Date: Aug 4, 2005

Field Summary
protected  PojoCache cache_
           
protected  TreeCacheAopDelegate delegate_
           
protected  InternalDelegate internal_
           
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
ObjectGraphHandler(PojoCache cache, InternalDelegate internal, TreeCacheAopDelegate delegate)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache_

protected PojoCache cache_

internal_

protected InternalDelegate internal_

log

protected static final org.apache.commons.logging.Log log

delegate_

protected TreeCacheAopDelegate delegate_
Constructor Detail

ObjectGraphHandler

public ObjectGraphHandler(PojoCache cache,
                          InternalDelegate internal,
                          TreeCacheAopDelegate delegate)


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