org.jboss.cache.aop
Class SerializableObjectHandler

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

public class SerializableObjectHandler
extends java.lang.Object

Handle Serializable object cache management.

Version:
$Id: SerializableObjectHandler.java,v 1.1 2005/08/05 02:18:47 bwang Exp $
Author:
Ben Wang Date: Aug 4, 2005

Field Summary
protected  TreeCacheAop cache_
           
protected  InternalDelegate internal_
           
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
SerializableObjectHandler(TreeCacheAop cache, InternalDelegate internal)
           
 
Method Summary
protected  boolean serializableObjectPut(Fqn fqn, java.lang.Object obj)
           
protected  boolean serializableObjectRemove(Fqn fqn)
           
 
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_

log

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

SerializableObjectHandler

public SerializableObjectHandler(TreeCacheAop cache,
                                 InternalDelegate internal)
Method Detail

serializableObjectPut

protected boolean serializableObjectPut(Fqn fqn,
                                        java.lang.Object obj)
                                 throws CacheException
Throws:
CacheException

serializableObjectRemove

protected boolean serializableObjectRemove(Fqn fqn)
                                    throws CacheException
Throws:
CacheException


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