org.jboss.ejb3.cache
Interface ClusteredStatefulCache

All Superinterfaces:
org.jboss.ejb3.cache.Cache<StatefulBeanContext>, StatefulCache

public interface ClusteredStatefulCache
extends StatefulCache

Comment


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)