org.jboss.cache.aop
Class CollectionClassHandler

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

public class CollectionClassHandler
extends java.lang.Object

Handling the Collection class management.

Version:
$Id: CollectionClassHandler.java,v 1.7 2006/03/09 02:07:36 smarlow Exp $
Author:
Ben Wang Date: Aug 4, 2005

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

Field Detail

cache_

protected TreeCacheAop cache_

internal_

protected InternalDelegate internal_

graphHandler_

protected ObjectGraphHandler graphHandler_

log

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

CollectionClassHandler

public CollectionClassHandler(TreeCacheAop cache,
                              InternalDelegate internal,
                              ObjectGraphHandler graphHandler)


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