Class: MintPress::OracleWeblogic::JDBCConnectionPool
- Inherits:
-
GenericMbean
- Object
- GenericMbean
- MintPress::OracleWeblogic::JDBCConnectionPool
- Includes:
- MintLogger, Mixins::Properties, FancyNew, Utils
- Defined in:
- src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_174.rb
Overview
Properties (Read/Write)
-
#version ⇒ String (Default Value: Proc.new { self.domain.version })
Version of weblogic this property is being applied to
Property Attributes- default ⇒ Proc.new { self.domain.version }
16
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 16 property :version, type: String, default: Proc.new { self.domain.version }
-
#notes ⇒ String
"Optional information that you can include to describe this\nconfiguration."
Property Attributes- short_name ⇒ "Notes"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
21
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 21 property :Notes, type: String, array: false, hash: false, short_name: "Notes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Optional information that you can include to describe this\nconfiguration."
-
#deployment_order ⇒ Integer
"A priority that the server uses to determine when it deploys an\nitem."
Property Attributes- short_name ⇒ "DeploymentOrder"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
24
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 24 property :DeploymentOrder, type: Integer, array: false, hash: false, short_name: "DeploymentOrder", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A priority that the server uses to determine when it deploys an\nitem."
-
#targets ⇒ Hash of ⇒ [MintPress::OracleWeblogic::Target,MintPress::OracleWeblogic::Cluster,MintPress::OracleWeblogic::JMSServer,MintPress::OracleWeblogic::JTAMigratableTarget,MintPress::OracleWeblogic::MigratableTarget,MintPress::OracleWeblogic::SAFAgent,MintPress::OracleWeblogic::Server,MintPress::OracleWeblogic::ServerTemplate,MintPress::OracleWeblogic::VirtualHost]
"You must select a target on which an MBean will be deployed from\nthis list of the targets in the current domain on which this item\ncan be deployed."
Property Attributes- short_name ⇒ "Targets"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
28
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 28 property :Targets, type: [MintPress::OracleWeblogic::Target,MintPress::OracleWeblogic::Cluster,MintPress::OracleWeblogic::JMSServer,MintPress::OracleWeblogic::JTAMigratableTarget,MintPress::OracleWeblogic::MigratableTarget,MintPress::OracleWeblogic::SAFAgent,MintPress::OracleWeblogic::Server,MintPress::OracleWeblogic::ServerTemplate,MintPress::OracleWeblogic::VirtualHost], array: false, hash: true, short_name: "Targets", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "You must select a target on which an MBean will be deployed from\nthis list of the targets in the current domain on which this item\ncan be deployed."
-
#acl_name ⇒ String
"Deprecated. The access control list (ACL) used to control access to this\nconnection pool."
Property Attributes- short_name ⇒ "ACLName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
31
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 31 property :ACLName, type: String, array: false, hash: false, short_name: "ACLName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The access control list (ACL) used to control access to this\nconnection pool."
-
#capacity_increment ⇒ Integer
"Deprecated. 10.3.6.0"
Property Attributes- short_name ⇒ "CapacityIncrement"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
33
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 33 property :CapacityIncrement, type: Integer, array: false, hash: false, short_name: "CapacityIncrement", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. 10.3.6.0"
-
#connection_creation_retry_frequency_seconds ⇒ Integer
"Deprecated. The number of seconds between when the connection pool retries\nto establish connections to the database."
Property Attributes- short_name ⇒ "ConnectionCreationRetryFrequencySeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
36
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 36 property :ConnectionCreationRetryFrequencySeconds, type: Integer, array: false, hash: false, short_name: "ConnectionCreationRetryFrequencySeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of seconds between when the connection pool retries\nto establish connections to the database."
-
#connection_reserve_timeout_seconds ⇒ Integer
"Deprecated. The number of seconds after which a call to reserve a connection from the connection pool\nwill timeout."
Property Attributes- short_name ⇒ "ConnectionReserveTimeoutSeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
39
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 39 property :ConnectionReserveTimeoutSeconds, type: Integer, array: false, hash: false, short_name: "ConnectionReserveTimeoutSeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of seconds after which a call to reserve a connection from the connection pool\nwill timeout."
-
#count_of_refresh_failures_till_disable ⇒ Integer
"Deprecated. The number of consecutive pool con refresh failures till we disable\nthe pool."
Property Attributes- short_name ⇒ "CountOfRefreshFailuresTillDisable"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
42
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 42 property :CountOfRefreshFailuresTillDisable, type: Integer, array: false, hash: false, short_name: "CountOfRefreshFailuresTillDisable", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of consecutive pool con refresh failures till we disable\nthe pool."
-
#count_of_test_failures_till_flush ⇒ Integer
"Deprecated. The number of consecutive pool con test failures till we flush the pool."
Property Attributes- short_name ⇒ "CountOfTestFailuresTillFlush"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
44
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 44 property :CountOfTestFailuresTillFlush, type: Integer, array: false, hash: false, short_name: "CountOfTestFailuresTillFlush", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of consecutive pool con test failures till we flush the pool."
-
#driver_name ⇒ String
"Deprecated. The full package name of JDBC driver class used to create the\nphysical database connections in the connection pool."
Property Attributes- short_name ⇒ "DriverName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
47
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 47 property :DriverName, type: String, array: false, hash: false, short_name: "DriverName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The full package name of JDBC driver class used to create the\nphysical database connections in the connection pool."
-
#enable_resource_health_monitoring ⇒ [TrueClass,FalseClass]
"Deprecated. Returns whether JTA resource health monitoring is enabled for\nthis XA connection pool."
Property Attributes- short_name ⇒ "EnableResourceHealthMonitoring"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
50
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 50 property :EnableResourceHealthMonitoring, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "EnableResourceHealthMonitoring", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Returns whether JTA resource health monitoring is enabled for\nthis XA connection pool."
-
#highest_num_unavailable ⇒ Integer
"Deprecated. The maximum number of connections in the connection pool that\ncan be made unavailable for use by an application."
Property Attributes- short_name ⇒ "HighestNumUnavailable"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
53
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 53 property :HighestNumUnavailable, type: Integer, array: false, hash: false, short_name: "HighestNumUnavailable", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The maximum number of connections in the connection pool that\ncan be made unavailable for use by an application."
-
#highest_num_waiters ⇒ Integer
"Deprecated. The maximum number of connection requests that can concurrently\nblock threads while waiting to reserve a connection from the\nconnection pool."
Property Attributes- short_name ⇒ "HighestNumWaiters"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
57
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 57 property :HighestNumWaiters, type: Integer, array: false, hash: false, short_name: "HighestNumWaiters", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The maximum number of connection requests that can concurrently\nblock threads while waiting to reserve a connection from the\nconnection pool."
-
#inactive_connection_timeout_seconds ⇒ Integer
"Deprecated. The number of inactive seconds on a reserved connection before\nWebLogic Server reclaims the connection and releases it back into\nthe connection pool."
Property Attributes- short_name ⇒ "InactiveConnectionTimeoutSeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
61
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 61 property :InactiveConnectionTimeoutSeconds, type: Integer, array: false, hash: false, short_name: "InactiveConnectionTimeoutSeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of inactive seconds on a reserved connection before\nWebLogic Server reclaims the connection and releases it back into\nthe connection pool."
-
#initial_capacity ⇒ Integer
"Deprecated. The number of physical database connections to create when\ncreating this JDBC connection pool."
Property Attributes- short_name ⇒ "InitialCapacity"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
64
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 64 property :InitialCapacity, type: Integer, array: false, hash: false, short_name: "InitialCapacity", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of physical database connections to create when\ncreating this JDBC connection pool."
-
#init_sql ⇒ String
"Deprecated. SQL statement to execute that will initialize a newly created\nphysical connection."
Property Attributes- short_name ⇒ "InitSQL"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
67
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 67 property :InitSQL, type: String, array: false, hash: false, short_name: "InitSQL", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. SQL statement to execute that will initialize a newly created\nphysical connection."
-
#keep_logical_conn_open_on_release ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether the logical JDBC connection is kept open when\nthe physical XA connection is returned to the XA connection pool."
Property Attributes- short_name ⇒ "KeepLogicalConnOpenOnRelease"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
70
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 70 property :KeepLogicalConnOpenOnRelease, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "KeepLogicalConnOpenOnRelease", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether the logical JDBC connection is kept open when\nthe physical XA connection is returned to the XA connection pool."
-
#keep_xa_conn_till_tx_complete ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether the XA connection pool associates the same XA\nconnection with the distributed transaction until the transaction\ncompletes."
Property Attributes- short_name ⇒ "KeepXAConnTillTxComplete"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
74
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 74 property :KeepXAConnTillTxComplete, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "KeepXAConnTillTxComplete", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether the XA connection pool associates the same XA\nconnection with the distributed transaction until the transaction\ncompletes."
-
#login_delay_seconds ⇒ Integer
"Deprecated. The number of seconds to delay before creating each physical\ndatabase connection."
Property Attributes- short_name ⇒ "LoginDelaySeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
77
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 77 property :LoginDelaySeconds, type: Integer, array: false, hash: false, short_name: "LoginDelaySeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of seconds to delay before creating each physical\ndatabase connection."
-
#max_capacity ⇒ Integer
"Deprecated. The maximum number of physical database connections that this\nJDBC connection pool can contain."
Property Attributes- short_name ⇒ "MaxCapacity"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
80
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 80 property :MaxCapacity, type: Integer, array: false, hash: false, short_name: "MaxCapacity", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The maximum number of physical database connections that this\nJDBC connection pool can contain."
-
#need_tx_ctx_on_close ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether the XA driver requires a distributed\ntransaction context when closing various JDBC objects (result sets,\nstatements, connections, and so on)."
Property Attributes- short_name ⇒ "NeedTxCtxOnClose"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
84
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 84 property :NeedTxCtxOnClose, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "NeedTxCtxOnClose", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether the XA driver requires a distributed\ntransaction context when closing various JDBC objects (result sets,\nstatements, connections, and so on)."
-
#new_xa_conn_for_commit ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether a dedicated XA connection is used for\ncommit/rollback processing of a particular distributed transaction."
Property Attributes- short_name ⇒ "NewXAConnForCommit"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
87
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 87 property :NewXAConnForCommit, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "NewXAConnForCommit", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether a dedicated XA connection is used for\ncommit/rollback processing of a particular distributed transaction."
-
#password ⇒ [Mint::Secret]
"Deprecated. The database password."
Property Attributes- short_name ⇒ "Password"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
89
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 89 property :Password, type: [Mint::Secret], array: false, hash: false, short_name: "Password", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The database password."
-
#prepared_statement_cache_size ⇒ Integer
"Deprecated. The number of prepared statements stored in the cache."
Property Attributes- short_name ⇒ "PreparedStatementCacheSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
91
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 91 property :PreparedStatementCacheSize, type: Integer, array: false, hash: false, short_name: "PreparedStatementCacheSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of prepared statements stored in the cache."
-
#refresh_minutes ⇒ Integer
"Deprecated. The number of minutes between database connection tests."
Property Attributes- short_name ⇒ "RefreshMinutes"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
93
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 93 property :RefreshMinutes, type: Integer, array: false, hash: false, short_name: "RefreshMinutes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of minutes between database connection tests."
-
#rollback_local_tx_upon_conn_close ⇒ [TrueClass,FalseClass]
"getRollbackLocalTxUponConnClose()\nDeprecated. Specifies whether the WLS connection pool will call\nrollback() on the connection before putting it back in\nthe pool."
Property Attributes- short_name ⇒ "RollbackLocalTxUponConnClose"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
98
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 98 property :RollbackLocalTxUponConnClose, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RollbackLocalTxUponConnClose", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "getRollbackLocalTxUponConnClose()\nDeprecated. Specifies whether the WLS connection pool will call\nrollback() on the connection before putting it back in\nthe pool."
-
#seconds_to_trust_an_idle_pool_connection ⇒ Integer
"Deprecated. The number of seconds within the use of a pooled connection that WebLogic Server\ntrusts that the connection is still viable and will skip connection testing."
Property Attributes- short_name ⇒ "SecondsToTrustAnIdlePoolConnection"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
101
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 101 property :SecondsToTrustAnIdlePoolConnection, type: Integer, array: false, hash: false, short_name: "SecondsToTrustAnIdlePoolConnection", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of seconds within the use of a pooled connection that WebLogic Server\ntrusts that the connection is still viable and will skip connection testing."
-
#shrink_frequency_seconds ⇒ Integer
"Deprecated. The number of seconds before WebLogic Server shrinks the\nconnection pool to the original number of connections or number of\nconnections currently in use."
Property Attributes- short_name ⇒ "ShrinkFrequencySeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
105
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 105 property :ShrinkFrequencySeconds, type: Integer, array: false, hash: false, short_name: "ShrinkFrequencySeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of seconds before WebLogic Server shrinks the\nconnection pool to the original number of connections or number of\nconnections currently in use."
-
#shrink_period_minutes ⇒ Integer
"Deprecated. The number of minutes to wait before shrinking a connection pool\nthat has incrementally increased to meet demand."
Property Attributes- short_name ⇒ "ShrinkPeriodMinutes"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
108
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 108 property :ShrinkPeriodMinutes, type: Integer, array: false, hash: false, short_name: "ShrinkPeriodMinutes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of minutes to wait before shrinking a connection pool\nthat has incrementally increased to meet demand."
-
#statement_cache_size ⇒ Integer
"Deprecated. The number of prepared and callable statements stored in the\ncache."
Property Attributes- short_name ⇒ "StatementCacheSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
111
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 111 property :StatementCacheSize, type: Integer, array: false, hash: false, short_name: "StatementCacheSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of prepared and callable statements stored in the\ncache."
-
#statement_cache_type ⇒ String
"Deprecated. The algorithm used for maintaining the prepared statements\nstored in the cache."
Property Attributes- short_name ⇒ "StatementCacheType"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
114
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 114 property :StatementCacheType, type: String, array: false, hash: false, short_name: "StatementCacheType", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The algorithm used for maintaining the prepared statements\nstored in the cache."
-
#statement_timeout ⇒ Integer
"Deprecated. The time after which a statement currently being executed will\nbe timed-out."
Property Attributes- short_name ⇒ "StatementTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
117
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 117 property :StatementTimeout, type: Integer, array: false, hash: false, short_name: "StatementTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The time after which a statement currently being executed will\nbe timed-out."
-
#test_connections_on_create ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether WebLogic Server tests a connection after\ncreating it but before adding it to the list of connections\navailable in the pool."
Property Attributes- short_name ⇒ "TestConnectionsOnCreate"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
121
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 121 property :TestConnectionsOnCreate, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "TestConnectionsOnCreate", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether WebLogic Server tests a connection after\ncreating it but before adding it to the list of connections\navailable in the pool."
-
#test_connections_on_release ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether WebLogic Server tests a connection before\nreturning it to this JDBC connection pool."
Property Attributes- short_name ⇒ "TestConnectionsOnRelease"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
124
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 124 property :TestConnectionsOnRelease, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "TestConnectionsOnRelease", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether WebLogic Server tests a connection before\nreturning it to this JDBC connection pool."
-
#test_connections_on_reserve ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether WebLogic Server tests a connection before\ngiving it to the client."
Property Attributes- short_name ⇒ "TestConnectionsOnReserve"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
127
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 127 property :TestConnectionsOnReserve, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "TestConnectionsOnReserve", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether WebLogic Server tests a connection before\ngiving it to the client."
-
#test_frequency_seconds ⇒ Integer
"Deprecated. The number of seconds between when WebLogic Server tests unused\ndatabase connections."
Property Attributes- short_name ⇒ "TestFrequencySeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
130
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 130 property :TestFrequencySeconds, type: Integer, array: false, hash: false, short_name: "TestFrequencySeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of seconds between when WebLogic Server tests unused\ndatabase connections."
-
#test_statement_timeout ⇒ Integer
"Deprecated. The time after which the test statement (configured by\napplications using the pool attribute Test Table Name) or\ninitialization statement (configured by applications using the pool\nattribute InitSQL) currently being executed will be timed out."
Property Attributes- short_name ⇒ "TestStatementTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
135
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 135 property :TestStatementTimeout, type: Integer, array: false, hash: false, short_name: "TestStatementTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The time after which the test statement (configured by\napplications using the pool attribute Test Table Name) or\ninitialization statement (configured by applications using the pool\nattribute InitSQL) currently being executed will be timed out."
-
#test_table_name ⇒ String
"Deprecated. The name of the database table to use when testing physical\ndatabase connections."
Property Attributes- short_name ⇒ "TestTableName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
138
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 138 property :TestTableName, type: String, array: false, hash: false, short_name: "TestTableName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The name of the database table to use when testing physical\ndatabase connections."
-
#url ⇒ String
"Deprecated. The URL of the database to connect to."
Property Attributes- short_name ⇒ "URL"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
140
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 140 property :URL, type: String, array: false, hash: false, short_name: "URL", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The URL of the database to connect to."
-
#xa_end_only_once ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies that XAResource.end() is called only once for\neach pending XAResource.start()."
Property Attributes- short_name ⇒ "XAEndOnlyOnce"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
143
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 143 property :XAEndOnlyOnce, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "XAEndOnlyOnce", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies that XAResource.end() is called only once for\neach pending XAResource.start()."
-
#xa_password ⇒ [Mint::Secret]
"Deprecated. The password that is used to create physical XA database connections."
Property Attributes- short_name ⇒ "XAPassword"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
145
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 145 property :XAPassword, type: [Mint::Secret], array: false, hash: false, short_name: "XAPassword", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The password that is used to create physical XA database connections."
-
#xa_prepared_statement_cache_size ⇒ Integer
"Deprecated. The maximum number of prepared statements cached by this\nparticular XA connection pool."
Property Attributes- short_name ⇒ "XAPreparedStatementCacheSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
148
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 148 property :XAPreparedStatementCacheSize, type: Integer, array: false, hash: false, short_name: "XAPreparedStatementCacheSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The maximum number of prepared statements cached by this\nparticular XA connection pool."
-
#xa_retry_duration_seconds ⇒ Integer
"Deprecated. Determines the duration in seconds for which the transaction manager\nwill perform recover operations on the resource."
Property Attributes- short_name ⇒ "XARetryDurationSeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
151
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 151 property :XARetryDurationSeconds, type: Integer, array: false, hash: false, short_name: "XARetryDurationSeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Determines the duration in seconds for which the transaction manager\nwill perform recover operations on the resource."
-
#xa_retry_interval_seconds ⇒ Integer
"Deprecated. Determines the time in seconds between XA retry operations if the\nXARetryDurationSeconds attribute is set to a positive value."
Property Attributes- short_name ⇒ "XARetryIntervalSeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
154
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 154 property :XARetryIntervalSeconds, type: Integer, array: false, hash: false, short_name: "XARetryIntervalSeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Determines the time in seconds between XA retry operations if the\nXARetryDurationSeconds attribute is set to a positive value."
-
#xa_set_transaction_timeout ⇒ [TrueClass,FalseClass]
"Deprecated. When set to true, the WebLogic Server Transaction Manager calls\nXAResource.setTransactionTimeout() before calling XAResource.start,\nand passes either the XATransactionTimeout or the global transaction\ntimeout in seconds."
Property Attributes- short_name ⇒ "XASetTransactionTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
159
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 159 property :XASetTransactionTimeout, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "XASetTransactionTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. When set to true, the WebLogic Server Transaction Manager calls\nXAResource.setTransactionTimeout() before calling XAResource.start,\nand passes either the XATransactionTimeout or the global transaction\ntimeout in seconds."
-
#xa_transaction_timeout ⇒ Integer
"Deprecated. Determines the number of seconds to pass as the transaction timeout value\nin the XAResource.setTransactionTimeout() method."
Property Attributes- short_name ⇒ "XATransactionTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
162
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 162 property :XATransactionTimeout, type: Integer, array: false, hash: false, short_name: "XATransactionTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Determines the number of seconds to pass as the transaction timeout value\nin the XAResource.setTransactionTimeout() method."
-
#conn_leak_profiling_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies that JDBC connection leak information is gathered."
Property Attributes- short_name ⇒ "ConnLeakProfilingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
164
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 164 property :ConnLeakProfilingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ConnLeakProfilingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies that JDBC connection leak information is gathered."
-
#conn_profiling_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether the connection pool detects local transaction\nwork left incomplete by application code, which can interfere with\nsubsequent operations related to global (XA) transactions."
Property Attributes- short_name ⇒ "ConnProfilingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
168
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 168 property :ConnProfilingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ConnProfilingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether the connection pool detects local transaction\nwork left incomplete by application code, which can interfere with\nsubsequent operations related to global (XA) transactions."
-
#credential_mapping_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Returns the configured ignoreInUseConnectionsEnabled value."
Property Attributes- short_name ⇒ "CredentialMappingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
170
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 170 property :CredentialMappingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "CredentialMappingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Returns the configured ignoreInUseConnectionsEnabled value."
-
#ignore_in_use_connections_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Returns the configured ignoreInUseConnectionsEnabled value."
Property Attributes- short_name ⇒ "IgnoreInUseConnectionsEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
172
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 172 property :IgnoreInUseConnectionsEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "IgnoreInUseConnectionsEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Returns the configured ignoreInUseConnectionsEnabled value."
-
#remove_infected_connections_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether a connection will be removed from the\nconnection pool when the application asks for the underlying vendor\nconnection object."
Property Attributes- short_name ⇒ "RemoveInfectedConnectionsEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
176
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 176 property :RemoveInfectedConnectionsEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RemoveInfectedConnectionsEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether a connection will be removed from the\nconnection pool when the application asks for the underlying vendor\nconnection object."
-
#shrinking_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether the JDBC connection pool can shrink back to\nits initial capacity or to the current number of connections in use\nif it detects that connections created during increased traffic are\nnot being used."
Property Attributes- short_name ⇒ "ShrinkingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
181
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 181 property :ShrinkingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ShrinkingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether the JDBC connection pool can shrink back to\nits initial capacity or to the current number of connections in use\nif it detects that connections created during increased traffic are\nnot being used."
-
#sql_stmt_profiling_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether the connection pool stores SQL statement text,\nexecution time and other metrics."
Property Attributes- short_name ⇒ "SqlStmtProfilingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
184
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 184 property :SqlStmtProfilingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "SqlStmtProfilingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether the connection pool stores SQL statement text,\nexecution time and other metrics."
-
#name ⇒ String (Default Value: "NO_NAME_0")
Property Attributes- default ⇒ "NO_NAME_0"
31
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/generic_mbean.rb', line 31 property :Name, type: String, default: "NO_NAME_0"
Properties (Read Only)
-
#name ⇒ String
"The name of this configuration."
Property Attributes- short_name ⇒ "Name"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
18
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_connection_pool.rb', line 18 property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The name of this configuration."
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
- #import_props_from_model ⇒ Object
-
#initialize(opts = {}) ⇒ JDBCConnectionPool
constructor
A new instance of JDBCConnectionPool.
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Methods included from Utils
#activate_list, #already_traversed, #announce_self, #bean_type, #build_activate_list, #clear_property_sheet_cache, #create_generic, #create_mbean_components, #delete, #destroy_generic, #empty_mbean?, #execute_script, #exists?, #fast_ls_all, #fast_ls_folder, #fast_ls_object, #fast_ls_object_map, #find_cluster, #find_runtime_path_in_rest, #find_server, #full_url, #get, #get_all_self_names, #get_identity, #get_local_wlst_session, #get_matching_self_names, #get_property_from_target, #get_property_from_target_rest, #get_property_from_target_wlst, #get_property_from_target_wlst_impl, #get_property_sheet, #get_rest_item, #get_rest_url_for_parent, #get_rest_url_for_self, #get_servers, #get_servers_rest, #get_servers_wlst, #get_wl_home, #globmatch?, #handle_create, #http_delete, #http_get, #http_post, #http_put, included, #invalidate_session, #is_meta_object?, #longclass, #massage_return, #mbean_components, #mbean_exists?, #mbean_lookup, #mbean_properties, #mbean_to_hash, #meta_list?, #my_short_name, #perform_method_generic, #perform_runtime_call_generic_rest, #perform_runtime_method_generic, #post, #raise_http_exception, #remove, #request_headers, #reset_activate_list, #rest_activate_change, #rest_create_generic, #rest_create_mbean_components, #rest_destroy_self, #rest_edit_url, #rest_has_changes, #rest_idempotent_create, #rest_locked, #rest_nonedit_url, #rest_start_change, #rest_undo_change, #runtime_introspection, #shortclass, #start_with_async, #state_with_net_ping, #stop_with_async, #to_nested, #wlst_cd_to, #wlst_create_generic, #wlst_destroy_self, #wlst_find_object, #wlst_find_parent_object, #wlst_generic_mbean_update_all, #wlst_idempotent_create, #wlst_update_mbean
Methods included from FancyNew
Methods inherited from GenericMbean
#create, #destroy, #is_generic, is_generic
Methods included from MBeanUtils
#assign_object_by_identity, #assign_object_by_identity_from, #bean_is_changed?, #dump_metadata, #dump_tree_metadata, #get_item_by_identity_name, #get_item_by_identity_name_from, #get_parent_by_identity_name, #harvest, #harvest_anew, #harvest_item_by_name, #harvest_item_by_type, #harvest_wlst, #harvesters, #harvesting, #longname, #lookup_mintpress_by_mbean, #mbean_by_url, #process_mbeans, #register_mbean_url