|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteCacheServerAttributes
This defines the minimal behavior for the objects that are used to configure the remote cache server.
| Field Summary |
|---|
| Fields inherited from interface org.apache.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes |
|---|
DEFAULT_RMI_SOCKET_FACTORY_TIMEOUT_MILLIS |
| Fields inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes |
|---|
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE |
| Method Summary | |
|---|---|
String |
getConfigFileName()
Gets the ConfigFileName attribute of the IRemoteCacheAttributes object. |
long |
getRegistryKeepAliveDelayMillis()
|
int |
getServicePort()
Gets the localPort attribute of the IRemoteCacheAttributes object. |
boolean |
isAllowClusterGet()
Should we try to get remotely when the request does not come in from a cluster. |
boolean |
isStartRegistry()
Should we start the registry |
boolean |
isUseRegistryKeepAlive()
Should we try to keep the registry alive |
void |
setAllowClusterGet(boolean r)
Should cluster updates be propagated to the locals. |
void |
setConfigFileName(String s)
Sets the ConfigFileName attribute of the IRemoteCacheAttributes object. |
void |
setRegistryKeepAliveDelayMillis(long registryKeepAliveDelayMillis)
|
void |
setServicePort(int p)
Sets the localPort attribute of the IRemoteCacheAttributes object. |
void |
setStartRegistry(boolean startRegistry)
Should we start the registry |
void |
setUseRegistryKeepAlive(boolean useRegistryKeepAlive)
Should we try to keep the registry alive |
| Methods inherited from interface org.apache.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes |
|---|
getClusterServers, getGetOnly, getRemoteHost, getRemotePort, getRemoteServiceName, getRemoteType, getRemoteTypeName, getRemoveUponRemotePut, getRmiSocketFactoryTimeoutMillis, isLocalClusterConsistency, setClusterServers, setGetOnly, setLocalClusterConsistency, setRemoteHost, setRemotePort, setRemoteServiceName, setRemoteType, setRemoteTypeName, setRemoveUponRemotePut, setRmiSocketFactoryTimeoutMillis |
| Methods inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes |
|---|
copy, getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName |
| Method Detail |
|---|
int getServicePort()
void setServicePort(int p)
p - The new localPort valueboolean isAllowClusterGet()
void setAllowClusterGet(boolean r)
r - The new localClusterConsistency valueString getConfigFileName()
void setConfigFileName(String s)
s - The new clusterServers valuevoid setUseRegistryKeepAlive(boolean useRegistryKeepAlive)
useRegistryKeepAlive - the useRegistryKeepAlive to setvoid setStartRegistry(boolean startRegistry)
startRegistry - the startRegistry to setboolean isStartRegistry()
boolean isUseRegistryKeepAlive()
void setRegistryKeepAliveDelayMillis(long registryKeepAliveDelayMillis)
registryKeepAliveDelayMillis - the registryKeepAliveDelayMillis to setlong getRegistryKeepAliveDelayMillis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||