de.fzj.unicore.wsrflite.persistence
Class Persistence.PropertySource

java.lang.Object
  extended by de.fzj.unicore.wsrflite.persistence.Persistence.PropertySource
All Implemented Interfaces:
de.fzj.unicore.persist.ConfigurationSource
Enclosing class:
Persistence

public static class Persistence.PropertySource
extends Object
implements de.fzj.unicore.persist.ConfigurationSource

get persistence config from the Kernel properties (i.e. wsrflite.xml)


Field Summary
 
Fields inherited from interface de.fzj.unicore.persist.ConfigurationSource
DB_CACHE_ENABLE, DB_CACHE_MAX_SIZE, DB_CLUSTER_CONFIG, DB_DATABASE, DB_DIRECTORY, DB_DRIVER, DB_HOST, DB_IMPL, DB_LOCKS_DISTRIBUTED, DB_PASSWORD, DB_POOL_MAXSIZE, DB_POOL_TIMEOUT, DB_PORT, DB_STORE_BINARY, DB_USER, DB_WRITE_BEHIND_DELAY, DB_WRITE_BEHIND_ENABLE, FILE
 
Constructor Summary
Persistence.PropertySource()
           
 
Method Summary
 String getPerTableProperty(String key, String tableName, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Persistence.PropertySource

public Persistence.PropertySource()
Method Detail

getPerTableProperty

public String getPerTableProperty(String key,
                                  String tableName,
                                  String defaultValue)
Specified by:
getPerTableProperty in interface de.fzj.unicore.persist.ConfigurationSource


Copyright © 2010. All Rights Reserved.