|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.remote.RemoteCacheAttributes
Description of the Class
Field Summary | |
private java.lang.String |
cacheName
|
private java.lang.String |
clusterServers
|
private int |
failoverIndex
|
private java.lang.String[] |
failovers
|
private java.lang.String |
failoverServers
|
private boolean |
getFromCluster
|
private boolean |
getOnly
|
private boolean |
localClusterConsistency
|
private int |
localPort
|
private java.lang.String |
name
|
private java.lang.String |
remoteHost
|
private int |
remotePort
|
private java.lang.String |
remoteServiceName
|
private int |
remoteType
|
private boolean |
removeUponRemotePut
|
Fields inherited from interface org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes |
CLUSTER, LOCAL |
Constructor Summary | |
RemoteCacheAttributes()
Constructor for the RemoteCacheAttributes object |
Method Summary | |
AuxiliaryCacheAttributes |
copy()
Description of the Method |
java.lang.String |
getCacheName()
Gets the cacheName attribute of the RemoteCacheAttributes object |
java.lang.String |
getClusterServers()
Gets the clusterServers attribute of the RemoteCacheAttributes object |
int |
getFailoverIndex()
Gets the failoverIndex attribute of the RemoteCacheAttributes object |
java.lang.String[] |
getFailovers()
Gets the failovers attribute of the RemoteCacheAttributes object |
java.lang.String |
getFailoverServers()
Gets the failoverServers attribute of the RemoteCacheAttributes object |
boolean |
getGetOnly()
Gets the getOnly attribute of the RemoteCacheAttributes object |
boolean |
getLocalClusterConsistency()
Should cluster updates be propogated to the locals |
int |
getLocalPort()
Gets the localPort attribute of the RemoteCacheAttributes object |
java.lang.String |
getName()
Gets the name attribute of the RemoteCacheAttributes object |
java.lang.String |
getRemoteHost()
Gets the remoteHost attribute of the RemoteCacheAttributes object |
int |
getRemotePort()
Gets the remotePort attribute of the RemoteCacheAttributes object |
java.lang.String |
getRemoteServiceName()
Gets the remoteServiceName attribute of the RemoteCacheAttributes object |
int |
getRemoteType()
Gets the remoteType attribute of the RemoteCacheAttributes object |
java.lang.String |
getRemoteTypeName()
Gets the remoteTypeName attribute of the RemoteCacheAttributes object |
boolean |
getRemoveUponRemotePut()
Gets the removeUponRemotePut attribute of the RemoteCacheAttributes object |
void |
setCacheName(java.lang.String s)
Sets the cacheName attribute of the RemoteCacheAttributes object |
void |
setClusterServers(java.lang.String s)
Sets the clusterServers attribute of the RemoteCacheAttributes object |
void |
setFailoverIndex(int p)
Sets the failoverIndex attribute of the RemoteCacheAttributes object |
void |
setFailovers(java.lang.String[] f)
Sets the failovers attribute of the RemoteCacheAttributes object |
void |
setFailoverServers(java.lang.String s)
Sets the failoverServers attribute of the RemoteCacheAttributes object |
void |
setGetOnly(boolean r)
Sets the getOnly attribute of the RemoteCacheAttributes object |
void |
setLocalClusterConsistency(boolean r)
Should cluster updates be propogated to the locals |
void |
setLocalPort(int p)
Sets the localPort attribute of the RemoteCacheAttributes object |
void |
setName(java.lang.String name)
Sets the name attribute of the RemoteCacheAttributes object |
void |
setRemoteHost(java.lang.String s)
Sets the remoteHost attribute of the RemoteCacheAttributes object |
void |
setRemotePort(int p)
Sets the remotePort attribute of the RemoteCacheAttributes object |
void |
setRemoteServiceName(java.lang.String s)
Sets the remoteServiceName attribute of the RemoteCacheAttributes object |
void |
setRemoteType(int p)
Sets the remoteType attribute of the RemoteCacheAttributes object |
void |
setRemoteTypeName(java.lang.String s)
Sets the remoteTypeName attribute of the RemoteCacheAttributes object |
void |
setRemoveUponRemotePut(boolean r)
Sets the removeUponRemotePut attribute of the RemoteCacheAttributes object |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String cacheName
private java.lang.String name
private java.lang.String remoteServiceName
private java.lang.String remoteHost
private int remotePort
private java.lang.String failoverServers
private java.lang.String clusterServers
private boolean getFromCluster
private int localPort
private int remoteType
private int failoverIndex
private java.lang.String[] failovers
private boolean removeUponRemotePut
private boolean getOnly
private boolean localClusterConsistency
Constructor Detail |
public RemoteCacheAttributes()
Method Detail |
public java.lang.String getRemoteTypeName()
getRemoteTypeName
in interface IRemoteCacheAttributes
public void setRemoteTypeName(java.lang.String s)
setRemoteTypeName
in interface IRemoteCacheAttributes
s
- The new remoteTypeName valuepublic int getFailoverIndex()
getFailoverIndex
in interface IRemoteCacheAttributes
public void setFailoverIndex(int p)
setFailoverIndex
in interface IRemoteCacheAttributes
p
- The new failoverIndex valuepublic java.lang.String[] getFailovers()
getFailovers
in interface IRemoteCacheAttributes
public void setFailovers(java.lang.String[] f)
setFailovers
in interface IRemoteCacheAttributes
f
- The new failovers valuepublic int getRemoteType()
getRemoteType
in interface IRemoteCacheAttributes
public void setRemoteType(int p)
setRemoteType
in interface IRemoteCacheAttributes
p
- The new remoteType valuepublic void setCacheName(java.lang.String s)
setCacheName
in interface AuxiliaryCacheAttributes
s
- The new cacheName valuepublic java.lang.String getCacheName()
getCacheName
in interface AuxiliaryCacheAttributes
public java.lang.String getName()
getName
in interface AuxiliaryCacheAttributes
public void setName(java.lang.String name)
setName
in interface AuxiliaryCacheAttributes
name
- The new name valuepublic AuxiliaryCacheAttributes copy()
copy
in interface AuxiliaryCacheAttributes
public java.lang.String getRemoteServiceName()
getRemoteServiceName
in interface IRemoteCacheAttributes
public void setRemoteServiceName(java.lang.String s)
setRemoteServiceName
in interface IRemoteCacheAttributes
s
- The new remoteServiceName valuepublic java.lang.String getRemoteHost()
getRemoteHost
in interface IRemoteCacheAttributes
public void setRemoteHost(java.lang.String s)
setRemoteHost
in interface IRemoteCacheAttributes
s
- The new remoteHost valuepublic int getRemotePort()
getRemotePort
in interface IRemoteCacheAttributes
public void setRemotePort(int p)
setRemotePort
in interface IRemoteCacheAttributes
p
- The new remotePort valuepublic java.lang.String getClusterServers()
getClusterServers
in interface IRemoteCacheAttributes
public void setClusterServers(java.lang.String s)
setClusterServers
in interface IRemoteCacheAttributes
s
- The new clusterServers valuepublic java.lang.String getFailoverServers()
getFailoverServers
in interface IRemoteCacheAttributes
public void setFailoverServers(java.lang.String s)
setFailoverServers
in interface IRemoteCacheAttributes
s
- The new failoverServers valuepublic int getLocalPort()
getLocalPort
in interface IRemoteCacheAttributes
public void setLocalPort(int p)
setLocalPort
in interface IRemoteCacheAttributes
p
- The new localPort valuepublic boolean getRemoveUponRemotePut()
getRemoveUponRemotePut
in interface IRemoteCacheAttributes
public void setRemoveUponRemotePut(boolean r)
setRemoveUponRemotePut
in interface IRemoteCacheAttributes
r
- The new removeUponRemotePut valuepublic boolean getGetOnly()
getGetOnly
in interface IRemoteCacheAttributes
public void setGetOnly(boolean r)
setGetOnly
in interface IRemoteCacheAttributes
r
- The new getOnly valuepublic boolean getLocalClusterConsistency()
getLocalClusterConsistency
in interface IRemoteCacheAttributes
public void setLocalClusterConsistency(boolean r)
setLocalClusterConsistency
in interface IRemoteCacheAttributes
r
- The new localClusterConsistency valuepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |