org.jboss.ejb3.cache
Interface ClusteredStatefulCache

All Superinterfaces:
org.jboss.ejb3.cache.Cache<StatefulBeanContext>, StatefulCache
All Known Implementing Classes:
StatefulTreeCache

public interface ClusteredStatefulCache
extends StatefulCache

Comment

Version:
$Revision: 66977 $
Author:
Bill Burke

Method Summary
 void replicate(StatefulBeanContext ctx)
           
 
Methods inherited from interface org.jboss.ejb3.cache.StatefulCache
create, get, get, getAvailableCount, getCacheSize, getCreateCount, getCurrentSize, getMaxSize, getPassivatedCount, getRemoveCount, getTotalSize, initialize, isStarted
 
Methods inherited from interface org.jboss.ejb3.cache.Cache
peek, release, remove, start, stop
 

Method Detail

replicate

void replicate(StatefulBeanContext ctx)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.