public class HttpSessionConfigurationUtility extends Object
This utility is to be used for all web applications deployed on web application servers other than WebSphere Application Server, such as Apache Geronimo. Web applications deployed on WebSphere Application Server do not require this utility.
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogServiceEndPoints()
Returns a comma-separated,
String representation of host:port tuples. |
static HttpSessionConfigurationUtility |
getInstance()
Returns the singleton instance of a HttpSessionConfigurationUtility.
|
boolean |
isReplicationDisabled()
Returns whether replication is currently disabled or not.
|
void |
setCatalogServiceEndPoints(String catalogServiceEndPoints)
Sets the
String which represents the endpoints for all available catalog services |
void |
setReplicationDisabled(boolean replicationDisabled)
Sets whether or not replication is disabled for this server.
|
public static HttpSessionConfigurationUtility getInstance()
public String getCatalogServiceEndPoints()
String representation of host:port tuples.
Multiple tuples are realized when catalog servers are clustered for high
availability reasons among others.public void setCatalogServiceEndPoints(String catalogServiceEndPoints)
String which represents the endpoints for all available catalog servicescatalogServiceEndPoints - a non-null, comma-separated, String representation of host:port tuples.public boolean isReplicationDisabled()
public void setReplicationDisabled(boolean replicationDisabled)
replicationDisabled - true if replication is to be disabled, false otherwise