|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerManager
public class LateralTCPDiscoveryListenerManager
The factory holds an instance of this maanger. This manager has a map of listeners, keyed to the discovery configuration. I'm not using a static map, because I'm trying to make JCS multi-instance.
During configuration, the factory is only created once per auxiliary definition. Two different laterals canot use the same discovery service. We will likey wantt o change this.
Field Summary | |
---|---|
protected Map |
instances
Map of available instances, keyed by port. |
Constructor Summary | |
---|---|
LateralTCPDiscoveryListenerManager()
Does nothing. |
Method Summary | |
---|---|
LateralTCPDiscoveryListener |
getDiscoveryListener(ITCPLateralCacheAttributes ilca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Gets the instance attribute of the LateralCacheTCPListener class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Map instances
Constructor Detail |
---|
public LateralTCPDiscoveryListenerManager()
Method Detail |
---|
public LateralTCPDiscoveryListener getDiscoveryListener(ITCPLateralCacheAttributes ilca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
ilca
- ITCPLateralCacheAttributescacheMgr
- cacheEventLogger
- elementSerializer
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |