public class ConfigServiceConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPTION_HISTORY_LIMIT
option controlling whether to apply a limit to the history and undo records, thus potentially removing the need to run a purge.
|
static java.lang.String |
OPTION_LAZY_PERSISTENCE
option controlling whether to apply lazy persistence
|
static java.lang.String |
OPTION_PARALLEL_VALIDATION
option controlling the number of parallel threads to use for validation
|
static java.lang.String |
OPTION_SKIP_VALIDATION
option controlling whether to skip resource validation
|
Constructor and Description |
---|
ConfigServiceConfiguration()
constructor
|
Modifier and Type | Method and Description |
---|---|
ConfigDeploymentInitiator |
getConfigDeploymentInitiator()
returns the deplyoment initiator
|
LoggerFactory |
getLoggerFactory()
returns the logger factory
|
java.lang.String |
getNodeName()
returns the node name
|
<T> T |
getOption(java.lang.String option)
returns the value fo rthe given option
|
PersistenceService |
getPersistenceService()
returns the persistence service
|
ProductInfo |
getProductInfo()
returns the product info
|
SecurityProvider |
getSecurityProvider()
returns the security provider
|
boolean |
isAdmin()
returns whether it is admin
|
void |
setAdmin(boolean isAdmin)
sets whether it is admin
|
void |
setConfigDeploymentInitiator(ConfigDeploymentInitiator initiator)
sets the deployment initiator
|
void |
setLoggerFactory(LoggerFactory factory)
sets the logger factory
|
void |
setNodeName(java.lang.String name)
sets the node name
|
void |
setOption(java.lang.String option, java.lang.Object value)
sets an option
|
void |
setPersistenceService(PersistenceService persitence)
sets the persistence service
|
void |
setProductInfo(ProductInfo productInfo)
sets the product info
|
void |
setSecurityProvider(SecurityProvider provider)
sets the security provider
|
public static final java.lang.String OPTION_PARALLEL_VALIDATION
public static final java.lang.String OPTION_SKIP_VALIDATION
public static final java.lang.String OPTION_LAZY_PERSISTENCE
public static final java.lang.String OPTION_HISTORY_LIMIT
public void setProductInfo(ProductInfo productInfo)
public ProductInfo getProductInfo()
public void setNodeName(java.lang.String name)
public java.lang.String getNodeName()
public void setAdmin(boolean isAdmin)
public boolean isAdmin()
public void setPersistenceService(PersistenceService persitence)
public PersistenceService getPersistenceService()
public void setConfigDeploymentInitiator(ConfigDeploymentInitiator initiator)
public ConfigDeploymentInitiator getConfigDeploymentInitiator()
public void setSecurityProvider(SecurityProvider provider)
public SecurityProvider getSecurityProvider()
public void setLoggerFactory(LoggerFactory factory)
public LoggerFactory getLoggerFactory()
public void setOption(java.lang.String option, java.lang.Object value)
public <T> T getOption(java.lang.String option)