|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICommonRemoteCacheAttributes
This specifies what a remote cache configuration object should look like.
| Field Summary | |
|---|---|
static int |
DEFAULT_RMI_SOCKET_FACTORY_TIMEOUT_MILLIS
The default timeout for the custom RMI socket factory |
| Fields inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes |
|---|
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE |
| Method Summary | |
|---|---|
String |
getClusterServers()
Gets the clusterServers attribute of the IRemoteCacheAttributes object |
boolean |
getGetOnly()
Gets the getOnly attribute of the IRemoteCacheAttributes object |
String |
getRemoteHost()
Gets the remoteHost attribute of the IRemoteCacheAttributes object |
int |
getRemotePort()
Gets the remotePort attribute of the IRemoteCacheAttributes object |
String |
getRemoteServiceName()
Gets the remoteServiceName attribute of the IRemoteCacheAttributes object |
RemoteType |
getRemoteType()
Gets the remoteType attribute of the IRemoteCacheAttributes object |
String |
getRemoteTypeName()
Gets the remoteTypeName attribute of the IRemoteCacheAttributes object |
boolean |
getRemoveUponRemotePut()
Gets the removeUponRemotePut attribute of the IRemoteCacheAttributes object |
int |
getRmiSocketFactoryTimeoutMillis()
This sets a general timeout on the rmi socket factory. |
boolean |
isLocalClusterConsistency()
Should cluster updates be propagated to the locals |
void |
setClusterServers(String s)
Sets the clusterServers attribute of the IRemoteCacheAttributes object |
void |
setGetOnly(boolean r)
Sets the getOnly attribute of the IRemoteCacheAttributes object |
void |
setLocalClusterConsistency(boolean r)
Should cluster updates be propagated to the locals |
void |
setRemoteHost(String s)
Sets the remoteHost attribute of the IRemoteCacheAttributes object |
void |
setRemotePort(int p)
Sets the remotePort attribute of the IRemoteCacheAttributes object |
void |
setRemoteServiceName(String s)
Sets the remoteServiceName attribute of the IRemoteCacheAttributes object |
void |
setRemoteType(RemoteType p)
Sets the remoteType attribute of the IRemoteCacheAttributes object |
void |
setRemoteTypeName(String s)
Sets the remoteTypeName attribute of the IRemoteCacheAttributes object |
void |
setRemoveUponRemotePut(boolean r)
Sets the removeUponRemotePut attribute of the IRemoteCacheAttributes object |
void |
setRmiSocketFactoryTimeoutMillis(int rmiSocketFactoryTimeoutMillis)
This sets a general timeout on the RMI socket factory. |
| Methods inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes |
|---|
copy, getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName |
| Field Detail |
|---|
static final int DEFAULT_RMI_SOCKET_FACTORY_TIMEOUT_MILLIS
| Method Detail |
|---|
String getRemoteTypeName()
void setRemoteTypeName(String s)
s - The new remoteTypeName valueRemoteType getRemoteType()
void setRemoteType(RemoteType p)
p - The new remoteType valueString getRemoteServiceName()
void setRemoteServiceName(String s)
s - The new remoteServiceName valueString getRemoteHost()
void setRemoteHost(String s)
s - The new remoteHost valueint getRemotePort()
void setRemotePort(int p)
p - The new remotePort valueString getClusterServers()
void setClusterServers(String s)
s - The new clusterServers valueboolean getRemoveUponRemotePut()
void setRemoveUponRemotePut(boolean r)
r - The new removeUponRemotePut valueboolean getGetOnly()
void setGetOnly(boolean r)
r - The new getOnly valueboolean isLocalClusterConsistency()
void setLocalClusterConsistency(boolean r)
r - The new localClusterConsistency valueint getRmiSocketFactoryTimeoutMillis()
We have a default setting. The default rmi behavior should never be used.
void setRmiSocketFactoryTimeoutMillis(int rmiSocketFactoryTimeoutMillis)
rmiSocketFactoryTimeoutMillis -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||