org.jboss.ejb.plugins
Interface EntityInstanceCacheMBean

All Superinterfaces:
AbstractInstanceCacheMBean
All Known Implementing Classes:
EntityInstanceCache, InvalidableEntityInstanceCache

public interface EntityInstanceCacheMBean
extends AbstractInstanceCacheMBean

MBean interface.


Method Summary
 void remove(String id)
           
 
Methods inherited from interface org.jboss.ejb.plugins.AbstractInstanceCacheMBean
flush, getCachePolicyString, getCacheSize, getPassivatedCount, remove
 

Method Detail

remove

void remove(String id)
            throws Exception
Throws:
Exception


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