|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
public class ConfigurationManager
This takes care of the configurations for the JAXR-to-Bean Mapper. Used
internally by the BeanPool
implementations.
Constructor Summary | |
---|---|
ConfigurationManager(Configuration configuration)
Creates ConfigurationManager for the given
Configuration instance. |
Method Summary | |
---|---|
BatchPersistenceEngine |
getBatchPersistenceEngine()
Retrieves the batch persistence engine |
Configuration |
getConfiguration()
Retrieves the Configuration |
java.lang.String |
getDateFormat()
Retrieves the date format for the JAXR registry. |
java.lang.Class<?> |
getDefaultPersistenceEngine()
Returns the default persistence engine, which is used, if the Mapping annotation isn't specifying another implementation. |
java.util.List<SlotHandler> |
getSlotHandlers()
Returns the list of slot handlers . |
java.util.TimeZone |
getTimeZone()
Returns the configured TimeZone . |
boolean |
isAutoRereadOutdatedObjects()
Retrieves the Configuration.PROP_AUTO_REREAD_OUTDATED_OBJECTS
property and converts it to boolean. |
boolean |
isSearchingLocale()
Retrieves the Configuration.PROP_SEARCH_LOCALE property and
converts it to boolean. |
void |
setBatchPersistenceEngine(BatchPersistenceEngine pBatchPersistenceEngine)
Sets the batch persistence engine |
void |
setDefaultPersistenceEngine(java.lang.Class<?> pClass)
Sets the default persistence engine, which is used, if the Mapping annotation isn't specifying another implementation. |
void |
setSlotHandlers(java.util.List<SlotHandler> pSlotHandlers)
Sets the list of slot handlers . |
void |
setTimeZone(java.util.TimeZone pTimeZone)
Sets the configured TimeZone . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationManager(Configuration configuration)
ConfigurationManager
for the given
Configuration
instance.
configuration
- Method Detail |
---|
public BatchPersistenceEngine getBatchPersistenceEngine()
BatchPersistenceEngine
public void setBatchPersistenceEngine(BatchPersistenceEngine pBatchPersistenceEngine)
public java.lang.String getDateFormat()
public java.lang.Class<?> getDefaultPersistenceEngine()
Mapping
annotation isn't specifying another implementation.
public void setDefaultPersistenceEngine(java.lang.Class<?> pClass)
Mapping
annotation isn't specifying another implementation.
public java.util.TimeZone getTimeZone()
TimeZone
.
public void setTimeZone(java.util.TimeZone pTimeZone)
TimeZone
.
public java.util.List<SlotHandler> getSlotHandlers()
slot handlers
.
public void setSlotHandlers(java.util.List<SlotHandler> pSlotHandlers)
slot handlers
.
public Configuration getConfiguration()
Configuration
Configuration
public boolean isSearchingLocale()
Configuration.PROP_SEARCH_LOCALE
property and
converts it to boolean.
public boolean isAutoRereadOutdatedObjects()
Configuration.PROP_AUTO_REREAD_OUTDATED_OBJECTS
property and converts it to boolean.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |