|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.lateral.LateralCacheAbstractFactory
org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
public class LateralTCPCacheFactory
Constructs a LateralCacheNoWaitFacade for the given configuration. Each lateral service / local relationship is managed by one manager. This manager can have multiple caches. The remote relationships are consolidated and restored via these managers.
The facade provides a front to the composite cache so the implementation is transparent.
Constructor Summary | |
---|---|
LateralTCPCacheFactory()
|
Method Summary | |
---|---|
AuxiliaryCache |
createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Creates a TCP lateral. |
void |
createListener(ILateralCacheAttributes lac,
ICompositeCacheManager cacheMgr)
Makes sure a listener gets created. |
Methods inherited from class org.apache.jcs.auxiliary.lateral.LateralCacheAbstractFactory |
---|
getName, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LateralTCPCacheFactory()
Method Detail |
---|
public AuxiliaryCache createCache(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
createCache
in interface AuxiliaryCacheFactory
createCache
in class LateralCacheAbstractFactory
iaca
- cacheMgr
- cacheEventLogger
- elementSerializer
-
public void createListener(ILateralCacheAttributes lac, ICompositeCacheManager cacheMgr)
LateralCacheAbstractFactory
This should be called by create cache.
createListener
in class LateralCacheAbstractFactory
lac
- cacheMgr
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |