Java Doc for PoolConfigImpl.java in  » Database-JDBC-Connection-Pool » Primrose » uk » org » primrose » pool » core » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database JDBC Connection Pool » Primrose » uk.org.primrose.pool.core 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   uk.org.primrose.pool.core.PoolConfigImpl

All known Subclasses:   uk.org.primrose.pool.core.PoolData,
PoolConfigImpl
public class PoolConfigImpl (Code)

author:
   sedj
author:
   This class represents the Primrose Pool Config
author:
   (commonly primrose.config or poolconfig.properties) file.
author:
   To add new config parameters, you need to add an entry here,
author:
   and also in the Constants.POOL_CONFIG_ITEM_NAMES List.


Field Summary
protected  StringadminEmail
    
protected  booleanbConnectionAutoCommit
    
protected  booleanbDumpConnectionOnSQLException
    
protected  booleanbQueueConnectionRequests
    
protected  booleanbRunPooledMode
    
protected  booleanbWaitForConnectionIfDatabaseIsDown
    
protected  StringcheckSQL
    
protected  StringdriverClass
    
protected  StringdriverURL
    
protected  StringemailEvents
    
protected  StringencryptionFileKey
    
protected  StringfailoverPool
    
protected  intiBase
    
protected  intiConnectionTransactionIsolation
    
protected  intiCycleConnections
    
protected  intiIdleTime
    
protected  intiKillActiveConnectionsOverAge
    
protected  intiNumberOfConnectionsToInitializeWith
    
protected  List<LoadRule>loadRules
    
protected  Stringlog
    
protected  StringlogLevel
    
protected  StringonExceptionCheckSQL
    
protected  Stringpassword
    
protected  StringpoolName
    
protected  StringsmtpMailExchangeServer
    
protected  Stringuser
    


Method Summary
public  StringgetAdminEmail()
    
public  StringgetBase()
    
public  StringgetCheckSQL()
    
public  StringgetConnectionAutoCommit()
    
public  StringgetConnectionTransactionIsolation()
    
public  StringgetCycleConnections()
    
public  StringgetDriverClass()
    
public  StringgetDriverURL()
    
public  StringgetDumpConnectionOnSQLException()
    
public  StringgetEmailEvents()
    
public  StringgetEncryptionFileKey()
    
public  StringgetFailoverPool()
    
public  StringgetIdleTime()
    
public  StringgetKillActiveConnectionsOverAge()
    
public  StringgetLog()
    
public  StringgetLogLevel()
    
public  StringgetNumberOfConnectionsToInitializeWith()
    
public  StringgetOnExceptionCheckSQL()
    
public  StringgetPassword()
    
public  StringgetPoolName()
    
public  StringgetQueueConnectionRequests()
    
public  StringgetRunPooledMode()
    
public  StringgetSmtpMailExchangeServer()
    
public  StringgetUser()
    
public  StringgetWaitForConnectionIfDatabaseIsDown()
    
public  voidsetAdminEmail(String adminEmail)
    
public  voidsetBase(String base)
    
public  voidsetCheckSQL(String checkSQL)
    
public  voidsetConnectionAutoCommit(String connectionAutoCommit)
    
public  voidsetConnectionTransactionIsolation(String connectionTransactionIsolation)
    
public  voidsetCycleConnections(String cycleConnections)
    
public  voidsetDriverClass(String driverClass)
    
public  voidsetDriverURL(String driverURL)
    
public  voidsetDumpConnectionOnSQLException(String dumpConnectionOnSQLException)
    
public  voidsetEmailEvents(String emailEvents)
    
public  voidsetEncryptionFileKey(String encryptionFileKey)
    
public  voidsetFailoverPool(String failoverPool)
    
public  voidsetIdleTime(String idleTime)
    
public  voidsetKillActiveConnectionsOverAge(String killActiveConnectionsOverAge)
    
public  voidsetLog(String log)
    
public  voidsetLogLevel(String logLevel)
    
public  voidsetNumberOfConnectionsToInitializeWith(String numberOfConnectionsToInitializeWith)
    
public  voidsetOnExceptionCheckSQL(String onExceptionCheckSQL)
    
public  voidsetPassword(String password)
    
public  voidsetPoolName(String poolName)
    
public  voidsetQueueConnectionRequests(String queueConnectionRequests)
    
public  voidsetRunPooledMode(String runPooledMode)
    
public  voidsetSmtpMailExchangeServer(String smtpMailExchangeServer)
    
public  voidsetUser(String user)
    
public  voidsetWaitForConnectionIfDatabaseIsDown(String waitForConnectionIfDatabaseIsDown)
    

Field Detail
adminEmail
protected String adminEmail(Code)



bConnectionAutoCommit
protected boolean bConnectionAutoCommit(Code)



bDumpConnectionOnSQLException
protected boolean bDumpConnectionOnSQLException(Code)



bQueueConnectionRequests
protected boolean bQueueConnectionRequests(Code)



bRunPooledMode
protected boolean bRunPooledMode(Code)



bWaitForConnectionIfDatabaseIsDown
protected boolean bWaitForConnectionIfDatabaseIsDown(Code)



checkSQL
protected String checkSQL(Code)



driverClass
protected String driverClass(Code)



driverURL
protected String driverURL(Code)



emailEvents
protected String emailEvents(Code)



encryptionFileKey
protected String encryptionFileKey(Code)



failoverPool
protected String failoverPool(Code)



iBase
protected int iBase(Code)



iConnectionTransactionIsolation
protected int iConnectionTransactionIsolation(Code)



iCycleConnections
protected int iCycleConnections(Code)



iIdleTime
protected int iIdleTime(Code)



iKillActiveConnectionsOverAge
protected int iKillActiveConnectionsOverAge(Code)



iNumberOfConnectionsToInitializeWith
protected int iNumberOfConnectionsToInitializeWith(Code)



loadRules
protected List<LoadRule> loadRules(Code)



log
protected String log(Code)



logLevel
protected String logLevel(Code)



onExceptionCheckSQL
protected String onExceptionCheckSQL(Code)



password
protected String password(Code)



poolName
protected String poolName(Code)



smtpMailExchangeServer
protected String smtpMailExchangeServer(Code)



user
protected String user(Code)





Method Detail
getAdminEmail
public String getAdminEmail()(Code)
Get the 'adminEmail' pool config property



getBase
public String getBase()(Code)
Get the 'base' pool config property



getCheckSQL
public String getCheckSQL()(Code)
Get the 'checkSQL' pool config property



getConnectionAutoCommit
public String getConnectionAutoCommit()(Code)
Get the 'connectionAutoCommit' pool config property



getConnectionTransactionIsolation
public String getConnectionTransactionIsolation()(Code)
Get the 'connectionTransactionIsolation' pool config property



getCycleConnections
public String getCycleConnections()(Code)
Get the 'cycleConnections' pool config property



getDriverClass
public String getDriverClass()(Code)
Get the 'driverClass' pool config property



getDriverURL
public String getDriverURL()(Code)
Get the 'driverURL' pool config property



getDumpConnectionOnSQLException
public String getDumpConnectionOnSQLException()(Code)
Get the 'dumpConnectionOnSQLException' pool config property



getEmailEvents
public String getEmailEvents()(Code)
Get the 'base' pool config property



getEncryptionFileKey
public String getEncryptionFileKey()(Code)
Get the 'encryptionFileKey' pool config property



getFailoverPool
public String getFailoverPool()(Code)
Get the 'failoverPool' pool config property



getIdleTime
public String getIdleTime()(Code)
Get the 'idleTime' pool config property



getKillActiveConnectionsOverAge
public String getKillActiveConnectionsOverAge()(Code)
Get the 'killActiveConnectionsOverAge' pool config property



getLog
public String getLog()(Code)
Get the 'log' pool config property



getLogLevel
public String getLogLevel()(Code)
Get the 'logLevel' pool config property



getNumberOfConnectionsToInitializeWith
public String getNumberOfConnectionsToInitializeWith()(Code)
Get the 'numberOfConnectionsToInitializeWith' pool config property



getOnExceptionCheckSQL
public String getOnExceptionCheckSQL()(Code)
Get the 'onExceptionCheckSQL' pool config property



getPassword
public String getPassword()(Code)
Get the 'password' pool config property



getPoolName
public String getPoolName()(Code)
Get the 'poolName' pool config property



getQueueConnectionRequests
public String getQueueConnectionRequests()(Code)
Get the 'queueConnectionRequests' pool config property



getRunPooledMode
public String getRunPooledMode()(Code)
Get the 'runPooledMode' pool config property



getSmtpMailExchangeServer
public String getSmtpMailExchangeServer()(Code)
Get the 'smtpMailExchangeServer' pool config property



getUser
public String getUser()(Code)
Get the 'user' pool config property



getWaitForConnectionIfDatabaseIsDown
public String getWaitForConnectionIfDatabaseIsDown()(Code)
Get the 'waitForConnectionIfDatabaseIsDown' pool config property



setAdminEmail
public void setAdminEmail(String adminEmail)(Code)
Set the 'adminEmail' pool config property



setBase
public void setBase(String base)(Code)
Set the 'base' pool config property



setCheckSQL
public void setCheckSQL(String checkSQL)(Code)
Set the 'checkSQL' pool config property



setConnectionAutoCommit
public void setConnectionAutoCommit(String connectionAutoCommit)(Code)
Set the 'connectionAutoCommit' pool config property



setConnectionTransactionIsolation
public void setConnectionTransactionIsolation(String connectionTransactionIsolation)(Code)
Set the 'connectionTransactionIsolation' pool config property



setCycleConnections
public void setCycleConnections(String cycleConnections)(Code)
Set the 'cycleConnections' pool config property



setDriverClass
public void setDriverClass(String driverClass)(Code)
Set the 'driverClass' pool config property



setDriverURL
public void setDriverURL(String driverURL)(Code)
Set the 'driverURL' pool config property



setDumpConnectionOnSQLException
public void setDumpConnectionOnSQLException(String dumpConnectionOnSQLException)(Code)
Set the 'dumpConnectionOnSQLException' pool config property



setEmailEvents
public void setEmailEvents(String emailEvents)(Code)
Set the 'base' pool config property



setEncryptionFileKey
public void setEncryptionFileKey(String encryptionFileKey)(Code)
Set the 'encryptionFileKey' pool config property



setFailoverPool
public void setFailoverPool(String failoverPool)(Code)
Set the 'failoverPool' pool config property



setIdleTime
public void setIdleTime(String idleTime)(Code)
Set the 'idleTime' pool config property



setKillActiveConnectionsOverAge
public void setKillActiveConnectionsOverAge(String killActiveConnectionsOverAge)(Code)
Set the 'killActiveConnectionsOverAge' pool config property



setLog
public void setLog(String log)(Code)
Set the 'log' pool config property



setLogLevel
public void setLogLevel(String logLevel)(Code)
Set the 'logLevel' pool config property



setNumberOfConnectionsToInitializeWith
public void setNumberOfConnectionsToInitializeWith(String numberOfConnectionsToInitializeWith)(Code)
Set the 'numberOfConnectionsToInitializeWith' pool config property



setOnExceptionCheckSQL
public void setOnExceptionCheckSQL(String onExceptionCheckSQL)(Code)
Set the 'onExceptionCheckSQL' pool config property



setPassword
public void setPassword(String password)(Code)
Set the 'password' pool config property



setPoolName
public void setPoolName(String poolName)(Code)
Set the 'poolName' pool config property



setQueueConnectionRequests
public void setQueueConnectionRequests(String queueConnectionRequests)(Code)
Set the 'queueConnectionRequests' pool config property



setRunPooledMode
public void setRunPooledMode(String runPooledMode)(Code)
Set the 'runPooledMode' pool config property



setSmtpMailExchangeServer
public void setSmtpMailExchangeServer(String smtpMailExchangeServer)(Code)
Set the 'smtpMailExchangeServer' pool config property



setUser
public void setUser(String user)(Code)
Set the 'user' pool config property



setWaitForConnectionIfDatabaseIsDown
public void setWaitForConnectionIfDatabaseIsDown(String waitForConnectionIfDatabaseIsDown)(Code)
Set the 'waitForConnectionIfDatabaseIsDown' pool config property



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.