Uses of Interface
com.sun.appserv.util.cache.CacheListener
-
Packages that use CacheListener Package Description com.sun.appserv.util.cache com.sun.ejb.containers org.glassfish.persistence.ejb.entitybean.container -
-
Uses of CacheListener in com.sun.appserv.util.cache
Methods in com.sun.appserv.util.cache with parameters of type CacheListener Modifier and Type Method Description voidBaseCache. addCacheListener(CacheListener listener)add the cache module listenervoidCache. addCacheListener(CacheListener listener)add the cache module listener -
Uses of CacheListener in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement CacheListener Modifier and Type Class Description classStatefulSessionContainerThis class provides container functionality specific to stateful SessionBeans. -
Uses of CacheListener in org.glassfish.persistence.ejb.entitybean.container
Classes in org.glassfish.persistence.ejb.entitybean.container that implement CacheListener Modifier and Type Class Description classCommitCEntityContainerclassEntityContainerThis class implements the Container interface for EntityBeans.classReadOnlyBeanContainerThe Container that manages instances of ReadOnly Beans.
-