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.

Version:
$Revision: 69058 $
Author:
Carlo de Wolf

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)


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