public class ContainerConfig extends Object
Provides configuration for cluster communication (if clustering is used). The cluster communication is used to invalidate appropriate parts of the L2 cache across the cluster.
Constructor and Description |
---|
ContainerConfig() |
Modifier and Type | Method and Description |
---|---|
Properties |
getProperties()
Return the deployment properties.
|
boolean |
isClusterActive()
Return true if clustering is active.
|
void |
loadFromProperties(Properties properties)
Load the settings from properties.
|
void |
setClusterActive(boolean clusterActive)
Set to true for clustering to be active.
|
void |
setProperties(Properties properties)
Set the deployment properties.
|
public ContainerConfig()
public boolean isClusterActive()
public void setClusterActive(boolean clusterActive)
public Properties getProperties()
public void setProperties(Properties properties)
public void loadFromProperties(Properties properties)
Copyright © 2017. All rights reserved.