|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Interface
Field Summary | |
static int |
HTTP
|
static int |
JAVAGROUPS
|
static int |
TCP
|
static int |
UDP
|
static int |
XMLRPC
|
Method Summary | |
int |
getHttpListenerPort()
Gets the httpListenerPort attribute of the ILateralCacheAttributes object |
java.lang.String |
getHttpServer()
Gets the httpServer attribute of the ILateralCacheAttributes object |
java.lang.String |
getHttpServers()
Gets the httpSrvers attribute of the LateralCacheAttributes object |
boolean |
getPutOnlyMode()
|
int |
getTcpListenerPort()
Gets the tcpListenerPort attribute of the ILateralCacheAttributes object |
java.lang.String |
getTcpServer()
Gets the tcpServer attribute of the ILateralCacheAttributes object |
java.lang.String |
getTcpServers()
Gets the tcpServers attribute of the ILateralCacheAttributes object |
int |
getTransmissionType()
Gets the transmissionType attribute of the ILateralCacheAttributes object |
java.lang.String |
getTransmissionTypeName()
Gets the transmissionTypeName attribute of the ILateralCacheAttributes object |
java.lang.String |
getUdpMulticastAddr()
Gets the udpMulticastAddr attribute of the ILateralCacheAttributes object |
int |
getUdpMulticastPort()
Gets the udpMulticastPort attribute of the ILateralCacheAttributes object |
void |
setHttpListenerPort(int val)
Sets the httpListenerPort attribute of the ILateralCacheAttributes object |
void |
setHttpServer(java.lang.String val)
Sets the httpServer attribute of the ILateralCacheAttributes object |
void |
setHttpServers(java.lang.String val)
Sets the httpServers attribute of the LateralCacheAttributes object |
void |
setPutOnlyMode(boolean val)
Sets the putOnlyMode attribute of the ILateralCacheAttributes. |
void |
setTcpListenerPort(int val)
Sets the tcpListenerPort attribute of the ILateralCacheAttributes object |
void |
setTcpServer(java.lang.String val)
Sets the tcpServer attribute of the ILateralCacheAttributes object |
void |
setTcpServers(java.lang.String val)
Sets the tcpServers attribute of the ILateralCacheAttributes object |
void |
setTransmissionType(int val)
Sets the transmissionType attribute of the ILateralCacheAttributes object |
void |
setTransmissionTypeName(java.lang.String val)
Sets the transmissionTypeName attribute of the ILateralCacheAttributes object |
void |
setUdpMulticastAddr(java.lang.String val)
Sets the udpMulticastAddr attribute of the ILateralCacheAttributes object |
void |
setUdpMulticastPort(int val)
Sets the udpMulticastPort attribute of the ILateralCacheAttributes object |
Methods inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes |
copy, getCacheName, getName, setCacheName, setName |
Field Detail |
public static final int HTTP
public static final int UDP
public static final int TCP
public static final int XMLRPC
public static final int JAVAGROUPS
Method Detail |
public void setHttpServer(java.lang.String val)
val
- The new httpServer valuepublic java.lang.String getHttpServer()
public void setTcpServer(java.lang.String val)
val
- The new tcpServer valuepublic java.lang.String getTcpServer()
public void setTcpServers(java.lang.String val)
val
- The new tcpServers valuepublic java.lang.String getTcpServers()
public void setTcpListenerPort(int val)
val
- The new tcpListenerPort valuepublic int getTcpListenerPort()
public void setHttpListenerPort(int val)
val
- The new tcpListenerPort valuepublic int getHttpListenerPort()
public void setHttpServers(java.lang.String val)
val
- The new httpServers valuepublic java.lang.String getHttpServers()
public void setUdpMulticastAddr(java.lang.String val)
val
- The new udpMulticastAddr valuepublic java.lang.String getUdpMulticastAddr()
public void setUdpMulticastPort(int val)
val
- The new udpMulticastPort valuepublic int getUdpMulticastPort()
public void setTransmissionType(int val)
val
- The new transmissionType valuepublic int getTransmissionType()
public void setTransmissionTypeName(java.lang.String val)
val
- The new transmissionTypeName valuepublic java.lang.String getTransmissionTypeName()
public void setPutOnlyMode(boolean val)
val
- The new transmissionTypeName valuepublic boolean getPutOnlyMode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |