org.apache.jcs.auxiliary.remote.server.behavior
Interface IRemoteCacheServerAttributes

All Superinterfaces:
AuxiliaryCacheAttributes, java.lang.Cloneable, java.io.Serializable
All Known Implementing Classes:
RemoteCacheServerAttributes

public interface IRemoteCacheServerAttributes
extends AuxiliaryCacheAttributes

Description of the Interface


Field Summary
static int CLUSTER
          Description of the Field
static int LOCAL
          Description of the Field
 
Fields inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE
 
Method Summary
 boolean getAllowClusterGet()
          Should cluster updates be propogated to the locals
 java.lang.String getClusterServers()
          Gets the clusterServers attribute of the IRemoteCacheAttributes object
 java.lang.String getConfigFileName()
          Gets the ConfigFileName attribute of the IRemoteCacheAttributes object
 boolean getGetOnly()
          Gets the getOnly attribute of the IRemoteCacheAttributes object
 boolean getLocalClusterConsistency()
          Should cluster updates be propogated to the locals
 java.lang.String getRemoteHost()
          Gets the remoteHost attribute of the IRemoteCacheAttributes object
 int getRemotePort()
          Gets the remotePort attribute of the IRemoteCacheAttributes object
 int getRemoteType()
          Gets the remoteType attribute of the IRemoteCacheAttributes object
 java.lang.String getRemoteTypeName()
          Gets the remoteTypeName attribute of the IRemoteCacheAttributes object
 boolean getRemoveUponRemotePut()
          Gets the removeUponRemotePut attribute of the IRemoteCacheAttributes object
 int getServicePort()
          Gets the localPort attribute of the IRemoteCacheAttributes object
 void setAllowClusterGet(boolean r)
          Should cluster updates be propogated to the locals
 void setClusterServers(java.lang.String s)
          Sets the clusterServers attribute of the IRemoteCacheAttributes object
 void setConfigFileName(java.lang.String s)
          Sets the ConfigFileName 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 propogated to the locals
 void setRemoteHost(java.lang.String s)
          Sets the remoteHost attribute of the IRemoteCacheAttributes object
 void setRemotePort(int p)
          Sets the remotePort attribute of the IRemoteCacheAttributes object
 void setRemoteType(int p)
          Sets the remoteType attribute of the IRemoteCacheAttributes object
 void setRemoteTypeName(java.lang.String s)
          Sets the remoteTypeName attribute of the IRemoteCacheAttributes object
 void setRemoveUponRemotePut(boolean r)
          Sets the removeUponRemotePut attribute of the IRemoteCacheAttributes object
 void setServicePort(int p)
          Sets the localPort attribute of the IRemoteCacheAttributes object
 
Methods inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes
copy, getCacheName, getEventQueuePoolName, getEventQueueType, getEventQueueTypeFactoryCode, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName
 

Field Detail

LOCAL

public static final int LOCAL
Description of the Field

See Also:
Constant Field Values

CLUSTER

public static final int CLUSTER
Description of the Field

See Also:
Constant Field Values
Method Detail

getRemoteTypeName

public java.lang.String getRemoteTypeName()
Gets the remoteTypeName attribute of the IRemoteCacheAttributes object

Returns:
The remoteTypeName value

setRemoteTypeName

public void setRemoteTypeName(java.lang.String s)
Sets the remoteTypeName attribute of the IRemoteCacheAttributes object

Parameters:
s - The new remoteTypeName value

getRemoteType

public int getRemoteType()
Gets the remoteType attribute of the IRemoteCacheAttributes object

Returns:
The remoteType value

setRemoteType

public void setRemoteType(int p)
Sets the remoteType attribute of the IRemoteCacheAttributes object

Parameters:
p - The new remoteType value

getRemoteHost

public java.lang.String getRemoteHost()
Gets the remoteHost attribute of the IRemoteCacheAttributes object

Returns:
The remoteHost value

setRemoteHost

public void setRemoteHost(java.lang.String s)
Sets the remoteHost attribute of the IRemoteCacheAttributes object

Parameters:
s - The new remoteHost value

getRemotePort

public int getRemotePort()
Gets the remotePort attribute of the IRemoteCacheAttributes object

Returns:
The remotePort value

setRemotePort

public void setRemotePort(int p)
Sets the remotePort attribute of the IRemoteCacheAttributes object

Parameters:
p - The new remotePort value

getServicePort

public int getServicePort()
Gets the localPort attribute of the IRemoteCacheAttributes object

Returns:
The localPort value

setServicePort

public void setServicePort(int p)
Sets the localPort attribute of the IRemoteCacheAttributes object

Parameters:
p - The new localPort value

getClusterServers

public java.lang.String getClusterServers()
Gets the clusterServers attribute of the IRemoteCacheAttributes object

Returns:
The clusterServers value

setClusterServers

public void setClusterServers(java.lang.String s)
Sets the clusterServers attribute of the IRemoteCacheAttributes object

Parameters:
s - The new clusterServers value

getRemoveUponRemotePut

public boolean getRemoveUponRemotePut()
Gets the removeUponRemotePut attribute of the IRemoteCacheAttributes object

Returns:
The removeUponRemotePut value

setRemoveUponRemotePut

public void setRemoveUponRemotePut(boolean r)
Sets the removeUponRemotePut attribute of the IRemoteCacheAttributes object

Parameters:
r - The new removeUponRemotePut value

getGetOnly

public boolean getGetOnly()
Gets the getOnly attribute of the IRemoteCacheAttributes object

Returns:
The getOnly value

setGetOnly

public void setGetOnly(boolean r)
Sets the getOnly attribute of the IRemoteCacheAttributes object

Parameters:
r - The new getOnly value

getLocalClusterConsistency

public boolean getLocalClusterConsistency()
Should cluster updates be propogated to the locals

Returns:
The localClusterConsistency value

setLocalClusterConsistency

public void setLocalClusterConsistency(boolean r)
Should cluster updates be propogated to the locals

Parameters:
r - The new localClusterConsistency value

getAllowClusterGet

public boolean getAllowClusterGet()
Should cluster updates be propogated to the locals

Returns:
The localClusterConsistency value

setAllowClusterGet

public void setAllowClusterGet(boolean r)
Should cluster updates be propogated to the locals

Parameters:
r - The new localClusterConsistency value

getConfigFileName

public java.lang.String getConfigFileName()
Gets the ConfigFileName attribute of the IRemoteCacheAttributes object

Returns:
The clusterServers value

setConfigFileName

public void setConfigFileName(java.lang.String s)
Sets the ConfigFileName attribute of the IRemoteCacheAttributes object

Parameters:
s - The new clusterServers value


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.