|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITCPLateralCacheAttributes | |
---|---|
org.apache.jcs.auxiliary.lateral.socket.tcp | |
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery |
Uses of ITCPLateralCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp |
---|
Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement ITCPLateralCacheAttributes | |
---|---|
class |
TCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin. |
Fields in org.apache.jcs.auxiliary.lateral.socket.tcp declared as ITCPLateralCacheAttributes | |
---|---|
protected ITCPLateralCacheAttributes |
LateralTCPCacheManager.lca
ITCPLateralCacheAttributes |
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp that return ITCPLateralCacheAttributes | |
---|---|
ITCPLateralCacheAttributes |
LateralTCPListener.getTcpLateralCacheAttributes()
|
ITCPLateralCacheAttributes |
LateralTCPSender.getTcpLateralCacheAttributes()
|
ITCPLateralCacheAttributes |
LateralTCPService.getTcpLateralCacheAttributes()
|
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type ITCPLateralCacheAttributes | |
---|---|
static ILateralCacheListener |
LateralTCPListener.getInstance(ITCPLateralCacheAttributes ilca,
ICompositeCacheManager cacheMgr)
Gets the instance attribute of the LateralCacheTCPListener class. |
static LateralTCPCacheManager |
LateralTCPCacheManager.getInstance(ITCPLateralCacheAttributes lca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Returns an instance of the LateralCacheManager. |
void |
LateralTCPListener.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes)
|
void |
LateralTCPSender.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes)
|
void |
LateralTCPService.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes)
|
Constructors in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type ITCPLateralCacheAttributes | |
---|---|
LateralTCPListener(ITCPLateralCacheAttributes ilca)
Only need one since it does work for all regions, just reference by multiple region names. |
|
LateralTCPSender(ITCPLateralCacheAttributes lca)
Constructor for the LateralTCPSender object. |
|
LateralTCPService(ITCPLateralCacheAttributes lca)
Constructor for the LateralTCPService object |
Uses of ITCPLateralCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery |
---|
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery that return ITCPLateralCacheAttributes | |
---|---|
ITCPLateralCacheAttributes |
UDPDiscoveryService.getTcpLateralCacheAttributes()
|
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp.discovery with parameters of type ITCPLateralCacheAttributes | |
---|---|
UDPDiscoveryService |
UDPDiscoveryManager.getService(ITCPLateralCacheAttributes lca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Returns the UDP Discovery service associated with this instance. |
void |
UDPDiscoveryService.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tCPLateralCacheAttributes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |