Java Doc for ConnectionPoolParams.java in  » J2EE » openejb3 » org » apache » openejb » jee » wls » 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 » J2EE » openejb3 » org.apache.openejb.jee.wls 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.openejb.jee.wls.ConnectionPoolParams

ConnectionPoolParams
public class ConnectionPoolParams (Code)

Java class for connection-pool-params complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="connection-pool-params">
 <complexContent>
 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 <sequence>
 <element name="initial-capacity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="max-capacity" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="capacity-increment" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="shrinking-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 <element name="shrink-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="highest-num-waiters" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="highest-num-unavailable" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="connection-creation-retry-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="connection-reserve-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="test-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="test-connections-on-create" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 <element name="test-connections-on-release" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 <element name="test-connections-on-reserve" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 <element name="profile-harvest-frequency-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="ignore-in-use-connections-enabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 </sequence>
 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
 </restriction>
 </complexContent>
 </complexType>
 


Field Summary
protected  BigIntegercapacityIncrement
    
protected  BigIntegerconnectionCreationRetryFrequencySeconds
    
protected  BigIntegerconnectionReserveTimeoutSeconds
    
protected  BigIntegerhighestNumUnavailable
    
protected  BigIntegerhighestNumWaiters
    
protected  Stringid
    
protected  BooleanignoreInUseConnectionsEnabled
    
protected  BigIntegerinitialCapacity
    
protected  BigIntegermaxCapacity
    
protected  BigIntegerprofileHarvestFrequencySeconds
    
protected  BigIntegershrinkFrequencySeconds
    
protected  BooleanshrinkingEnabled
    
protected  BooleantestConnectionsOnCreate
    
protected  BooleantestConnectionsOnRelease
    
protected  BooleantestConnectionsOnReserve
    
protected  BigIntegertestFrequencySeconds
    


Method Summary
public  BigIntegergetCapacityIncrement()
     Gets the value of the capacityIncrement property.
public  BigIntegergetConnectionCreationRetryFrequencySeconds()
     Gets the value of the connectionCreationRetryFrequencySeconds property.
public  BigIntegergetConnectionReserveTimeoutSeconds()
     Gets the value of the connectionReserveTimeoutSeconds property.
public  BigIntegergetHighestNumUnavailable()
     Gets the value of the highestNumUnavailable property.
public  BigIntegergetHighestNumWaiters()
     Gets the value of the highestNumWaiters property.
public  StringgetId()
     Gets the value of the id property.
public  BooleangetIgnoreInUseConnectionsEnabled()
     Gets the value of the ignoreInUseConnectionsEnabled property.
public  BigIntegergetInitialCapacity()
     Gets the value of the initialCapacity property.
public  BigIntegergetMaxCapacity()
     Gets the value of the maxCapacity property.
public  BigIntegergetProfileHarvestFrequencySeconds()
     Gets the value of the profileHarvestFrequencySeconds property.
public  BigIntegergetShrinkFrequencySeconds()
     Gets the value of the shrinkFrequencySeconds property.
public  BooleangetShrinkingEnabled()
     Gets the value of the shrinkingEnabled property.
public  BooleangetTestConnectionsOnCreate()
     Gets the value of the testConnectionsOnCreate property.
public  BooleangetTestConnectionsOnRelease()
     Gets the value of the testConnectionsOnRelease property.
public  BooleangetTestConnectionsOnReserve()
     Gets the value of the testConnectionsOnReserve property.
public  BigIntegergetTestFrequencySeconds()
     Gets the value of the testFrequencySeconds property.
public  voidsetCapacityIncrement(BigInteger value)
     Sets the value of the capacityIncrement property.
public  voidsetConnectionCreationRetryFrequencySeconds(BigInteger value)
     Sets the value of the connectionCreationRetryFrequencySeconds property.
public  voidsetConnectionReserveTimeoutSeconds(BigInteger value)
     Sets the value of the connectionReserveTimeoutSeconds property.
public  voidsetHighestNumUnavailable(BigInteger value)
     Sets the value of the highestNumUnavailable property.
public  voidsetHighestNumWaiters(BigInteger value)
     Sets the value of the highestNumWaiters property.
public  voidsetId(String value)
     Sets the value of the id property.
public  voidsetIgnoreInUseConnectionsEnabled(Boolean value)
     Sets the value of the ignoreInUseConnectionsEnabled property.
public  voidsetInitialCapacity(BigInteger value)
     Sets the value of the initialCapacity property.
public  voidsetMaxCapacity(BigInteger value)
     Sets the value of the maxCapacity property.
public  voidsetProfileHarvestFrequencySeconds(BigInteger value)
     Sets the value of the profileHarvestFrequencySeconds property.
public  voidsetShrinkFrequencySeconds(BigInteger value)
     Sets the value of the shrinkFrequencySeconds property.
public  voidsetShrinkingEnabled(Boolean value)
     Sets the value of the shrinkingEnabled property.
public  voidsetTestConnectionsOnCreate(Boolean value)
     Sets the value of the testConnectionsOnCreate property.
public  voidsetTestConnectionsOnRelease(Boolean value)
     Sets the value of the testConnectionsOnRelease property.
public  voidsetTestConnectionsOnReserve(Boolean value)
     Sets the value of the testConnectionsOnReserve property.
public  voidsetTestFrequencySeconds(BigInteger value)
     Sets the value of the testFrequencySeconds property.

Field Detail
capacityIncrement
protected BigInteger capacityIncrement(Code)



connectionCreationRetryFrequencySeconds
protected BigInteger connectionCreationRetryFrequencySeconds(Code)



connectionReserveTimeoutSeconds
protected BigInteger connectionReserveTimeoutSeconds(Code)



highestNumUnavailable
protected BigInteger highestNumUnavailable(Code)



highestNumWaiters
protected BigInteger highestNumWaiters(Code)



id
protected String id(Code)



ignoreInUseConnectionsEnabled
protected Boolean ignoreInUseConnectionsEnabled(Code)



initialCapacity
protected BigInteger initialCapacity(Code)



maxCapacity
protected BigInteger maxCapacity(Code)



profileHarvestFrequencySeconds
protected BigInteger profileHarvestFrequencySeconds(Code)



shrinkFrequencySeconds
protected BigInteger shrinkFrequencySeconds(Code)



shrinkingEnabled
protected Boolean shrinkingEnabled(Code)



testConnectionsOnCreate
protected Boolean testConnectionsOnCreate(Code)



testConnectionsOnRelease
protected Boolean testConnectionsOnRelease(Code)



testConnectionsOnReserve
protected Boolean testConnectionsOnReserve(Code)



testFrequencySeconds
protected BigInteger testFrequencySeconds(Code)





Method Detail
getCapacityIncrement
public BigInteger getCapacityIncrement()(Code)
Gets the value of the capacityIncrement property. possible object isBigInteger



getConnectionCreationRetryFrequencySeconds
public BigInteger getConnectionCreationRetryFrequencySeconds()(Code)
Gets the value of the connectionCreationRetryFrequencySeconds property. possible object isBigInteger



getConnectionReserveTimeoutSeconds
public BigInteger getConnectionReserveTimeoutSeconds()(Code)
Gets the value of the connectionReserveTimeoutSeconds property. possible object isBigInteger



getHighestNumUnavailable
public BigInteger getHighestNumUnavailable()(Code)
Gets the value of the highestNumUnavailable property. possible object isBigInteger



getHighestNumWaiters
public BigInteger getHighestNumWaiters()(Code)
Gets the value of the highestNumWaiters property. possible object isBigInteger



getId
public String getId()(Code)
Gets the value of the id property. possible object isString



getIgnoreInUseConnectionsEnabled
public Boolean getIgnoreInUseConnectionsEnabled()(Code)
Gets the value of the ignoreInUseConnectionsEnabled property. possible object isBoolean



getInitialCapacity
public BigInteger getInitialCapacity()(Code)
Gets the value of the initialCapacity property. possible object isBigInteger



getMaxCapacity
public BigInteger getMaxCapacity()(Code)
Gets the value of the maxCapacity property. possible object isBigInteger



getProfileHarvestFrequencySeconds
public BigInteger getProfileHarvestFrequencySeconds()(Code)
Gets the value of the profileHarvestFrequencySeconds property. possible object isBigInteger



getShrinkFrequencySeconds
public BigInteger getShrinkFrequencySeconds()(Code)
Gets the value of the shrinkFrequencySeconds property. possible object isBigInteger



getShrinkingEnabled
public Boolean getShrinkingEnabled()(Code)
Gets the value of the shrinkingEnabled property. possible object isBoolean



getTestConnectionsOnCreate
public Boolean getTestConnectionsOnCreate()(Code)
Gets the value of the testConnectionsOnCreate property. possible object isBoolean



getTestConnectionsOnRelease
public Boolean getTestConnectionsOnRelease()(Code)
Gets the value of the testConnectionsOnRelease property. possible object isBoolean



getTestConnectionsOnReserve
public Boolean getTestConnectionsOnReserve()(Code)
Gets the value of the testConnectionsOnReserve property. possible object isBoolean



getTestFrequencySeconds
public BigInteger getTestFrequencySeconds()(Code)
Gets the value of the testFrequencySeconds property. possible object isBigInteger



setCapacityIncrement
public void setCapacityIncrement(BigInteger value)(Code)
Sets the value of the capacityIncrement property.
Parameters:
  value - allowed object isBigInteger



setConnectionCreationRetryFrequencySeconds
public void setConnectionCreationRetryFrequencySeconds(BigInteger value)(Code)
Sets the value of the connectionCreationRetryFrequencySeconds property.
Parameters:
  value - allowed object isBigInteger



setConnectionReserveTimeoutSeconds
public void setConnectionReserveTimeoutSeconds(BigInteger value)(Code)
Sets the value of the connectionReserveTimeoutSeconds property.
Parameters:
  value - allowed object isBigInteger



setHighestNumUnavailable
public void setHighestNumUnavailable(BigInteger value)(Code)
Sets the value of the highestNumUnavailable property.
Parameters:
  value - allowed object isBigInteger



setHighestNumWaiters
public void setHighestNumWaiters(BigInteger value)(Code)
Sets the value of the highestNumWaiters property.
Parameters:
  value - allowed object isBigInteger



setId
public void setId(String value)(Code)
Sets the value of the id property.
Parameters:
  value - allowed object isString



setIgnoreInUseConnectionsEnabled
public void setIgnoreInUseConnectionsEnabled(Boolean value)(Code)
Sets the value of the ignoreInUseConnectionsEnabled property.
Parameters:
  value - allowed object isBoolean



setInitialCapacity
public void setInitialCapacity(BigInteger value)(Code)
Sets the value of the initialCapacity property.
Parameters:
  value - allowed object isBigInteger



setMaxCapacity
public void setMaxCapacity(BigInteger value)(Code)
Sets the value of the maxCapacity property.
Parameters:
  value - allowed object isBigInteger



setProfileHarvestFrequencySeconds
public void setProfileHarvestFrequencySeconds(BigInteger value)(Code)
Sets the value of the profileHarvestFrequencySeconds property.
Parameters:
  value - allowed object isBigInteger



setShrinkFrequencySeconds
public void setShrinkFrequencySeconds(BigInteger value)(Code)
Sets the value of the shrinkFrequencySeconds property.
Parameters:
  value - allowed object isBigInteger



setShrinkingEnabled
public void setShrinkingEnabled(Boolean value)(Code)
Sets the value of the shrinkingEnabled property.
Parameters:
  value - allowed object isBoolean



setTestConnectionsOnCreate
public void setTestConnectionsOnCreate(Boolean value)(Code)
Sets the value of the testConnectionsOnCreate property.
Parameters:
  value - allowed object isBoolean



setTestConnectionsOnRelease
public void setTestConnectionsOnRelease(Boolean value)(Code)
Sets the value of the testConnectionsOnRelease property.
Parameters:
  value - allowed object isBoolean



setTestConnectionsOnReserve
public void setTestConnectionsOnReserve(Boolean value)(Code)
Sets the value of the testConnectionsOnReserve property.
Parameters:
  value - allowed object isBoolean



setTestFrequencySeconds
public void setTestFrequencySeconds(BigInteger value)(Code)
Sets the value of the testFrequencySeconds property.
Parameters:
  value - allowed object isBigInteger



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.