org.jboss.ejb3.cache.grouped
Interface GroupedPassivatingCache<T extends Identifiable>

All Superinterfaces:
Cache<T>, PassivatingCache<T>
All Known Implementing Classes:
GroupedPassivatingCacheImpl

public interface GroupedPassivatingCache<T extends Identifiable>
extends PassivatingCache<T>

Allows objects to the members of a PassivationGroup.


Method Summary
 void setGroup(T obj, PassivationGroup group)
           
 
Methods inherited from interface org.jboss.ejb3.cache.PassivatingCache
passivate
 
Methods inherited from interface org.jboss.ejb3.cache.Cache
create, get, peek, release, remove, start, stop
 

Method Detail

setGroup

void setGroup(T obj,
              PassivationGroup group)