org.jboss.cache.aop
Class SerializableObjectHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache_
protected TreeCacheAop cache_
internal_
protected InternalDelegate internal_
log
protected static final org.apache.commons.logging.Log log
SerializableObjectHandler
public SerializableObjectHandler(TreeCacheAop cache,
InternalDelegate internal)
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.