Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.lateral |
Root package for the lateral cache family.
|
org.apache.commons.jcs.auxiliary.lateral.socket.tcp |
Modifier and Type | Method and Description |
---|---|
abstract <K,V> ILateralCacheListener<K,V> |
LateralCacheAbstractFactory.createListener(ILateralCacheAttributes lac,
ICompositeCacheManager cacheMgr)
Makes sure a listener gets created.
|
Modifier and Type | Method and Description |
---|---|
<K,V> void |
LateralCacheAbstractManager.addLateralCacheListener(String cacheName,
ILateralCacheListener<K,V> listener)
Adds the lateral cache listener to the underlying cache-watch service.
|
Constructor and Description |
---|
LateralCacheNoWaitFacade(ILateralCacheListener<K,V> listener,
LateralCacheNoWait<K,V>[] noWaits,
ILateralCacheAttributes cattr)
Constructs with the given lateral cache, and fires events to any listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
LateralTCPListener<K,V>
Listens for connections from other TCP lateral caches and handles them.
|
Modifier and Type | Method and Description |
---|---|
<K,V> ILateralCacheListener<K,V> |
LateralTCPCacheFactory.createListener(ILateralCacheAttributes lac,
ICompositeCacheManager cacheMgr)
Makes sure a listener gets created.
|
Modifier and Type | Method and Description |
---|---|
<K,V> void |
LateralTCPCacheManager.addLateralCacheListener(String cacheName,
ILateralCacheListener<K,V> listener)
Adds the lateral cache listener to the underlying cache-watch service.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.