Class: MintPress::OracleWeblogic::JDBCSystemResource
- Inherits:
-
TargetMBean
- Object
- TargetMBean
- MintPress::OracleWeblogic::JDBCSystemResource
- Includes:
- MintLogger, Mixins::Properties, FancyNew, MBeanUtils, Utils
- Defined in:
- src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_11.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/jdbc_system_resource.rb
Overview
Properties (Read/Write)
-
#version ⇒ String (Default Value: Proc.new { self.domain.version })
"Gets the \"version\" attribute"
Property Attributes- default ⇒ Proc.new { self.domain.version }
- short_name ⇒ "Version"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
9
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 9 property :Version, type: String, array: false, hash: false, short_name: "Version", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Gets the \"version\" attribute", source: ["JdbcResource"]
-
#name ⇒ String
The name of the resource
Property Attributes- short_name ⇒ "Name"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
12
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 12 property :Name, type: String
-
#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
- source ⇒ ["JdbcResource"]
15
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 15 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.", source: ["JdbcResource"]
-
#compatibility_name ⇒ String
"This is only set for beans created as a result of conversion from an\n8.1 application configured using ApplicationMBean and ComponentMBean."
Property Attributes- short_name ⇒ "CompatibilityName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
18
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 18 property :CompatibilityName, type: String, array: false, hash: false, short_name: "CompatibilityName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "This is only set for beans created as a result of conversion from an\n8.1 application configured using ApplicationMBean and ComponentMBean."
-
#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,MintPress::OracleWeblogic::VirtualTarget]
"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
- source ⇒ ["JdbcResource"]
22
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 22 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,MintPress::OracleWeblogic::VirtualTarget], 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.", source: ["JdbcResource"]
-
#deployment_order ⇒ Integer
"An integer value that indicates when this unit\nis deployed, relative to other deployable units on a server,\nduring startup."
Property Attributes- short_name ⇒ "DeploymentOrder"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
26
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 26 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: "An integer value that indicates when this unit\nis deployed, relative to other deployable units on a server,\nduring startup.", source: ["JdbcResource"]
-
#deployment_principal_name ⇒ String
"A string value that indicates the principal that should be used\nwhen deploying the file or archive during startup and shutdown."
Property Attributes- short_name ⇒ "DeploymentPrincipalName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
29
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 29 property :DeploymentPrincipalName, type: String, array: false, hash: false, short_name: "DeploymentPrincipalName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A string value that indicates the principal that should be used\nwhen deploying the file or archive during startup and shutdown."
-
#sub_deployments ⇒ Hash of ⇒ [MintPress::OracleWeblogic::SubDeployment,MintPress::OracleWeblogic::SingletonServiceAppScoped]
"Targeting for subcomponents that differs from targeting for the\ncomponent."
Property Attributes- short_name ⇒ "SubDeployments"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ true
- read_only ⇒ false
34
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 34 property :SubDeployments, type: [MintPress::OracleWeblogic::SubDeployment,MintPress::OracleWeblogic::SingletonServiceAppScoped], array: false, hash: true, short_name: "SubDeployments", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "Targeting for subcomponents that differs from targeting for the\ncomponent."
-
#connection_wait_period ⇒ Integer
"Deprecated. The number of seconds that the system will wait for a free\nconnection to become available if a request is received when there\nare no free connections in the connection pool."
Property Attributes- short_name ⇒ "ConnectionWaitPeriod"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
42
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 42 property :ConnectionWaitPeriod, type: Integer, array: false, hash: false, short_name: "ConnectionWaitPeriod", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The number of seconds that the system will wait for a free\nconnection to become available if a request is received when there\nare no free connections in the connection pool.", source: ["JdbcResource"]
-
#jndi_name ⇒ String
"Deprecated. The JNDI path to where this Data Source is bound."
Property Attributes- short_name ⇒ "JNDIName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
44
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 44 property :JNDIName, type: String, array: false, hash: false, short_name: "JNDIName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The JNDI path to where this Data Source is bound.", source: ["JdbcResource"]
-
#jndi_name_separator ⇒ String
"Deprecated. The JNDI Seperator is used to seperate JNDIName list for this DataSource."
Property Attributes- short_name ⇒ "JNDINameSeparator"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
46
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 46 property :JNDINameSeparator, type: String, array: false, hash: false, short_name: "JNDINameSeparator", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The JNDI Seperator is used to seperate JNDIName list for this DataSource.", source: ["JdbcResource"]
-
#pool_name ⇒ String
"Deprecated. The PoolName attribute applies to legacy data source configurations only."
Property Attributes- short_name ⇒ "PoolName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
48
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 48 property :PoolName, type: String, array: false, hash: false, short_name: "PoolName", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. The PoolName attribute applies to legacy data source configurations only.", source: ["JdbcResource"]
-
#row_prefetch_size ⇒ Integer
"Deprecated.\n12.2.1.0.0"
Property Attributes- short_name ⇒ "RowPrefetchSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
51
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 51 property :RowPrefetchSize, type: Integer, array: false, hash: false, short_name: "RowPrefetchSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\n12.2.1.0.0", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#stream_chunk_size ⇒ Integer
"Deprecated.\n12.2.1.0.0"
Property Attributes- short_name ⇒ "StreamChunkSize"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
54
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 54 property :StreamChunkSize, type: Integer, array: false, hash: false, short_name: "StreamChunkSize", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\n12.2.1.0.0", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#row_prefetch_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether multiple rows should be \"prefetched\" (that is,\nsent from the server to the client) in one server access."
Property Attributes- short_name ⇒ "RowPrefetchEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
57
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 57 property :RowPrefetchEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RowPrefetchEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether multiple rows should be \"prefetched\" (that is,\nsent from the server to the client) in one server access.", source: ["JdbcResource"]
-
#wait_for_connection_enabled ⇒ [TrueClass,FalseClass]
"Deprecated. Specifies whether the system waits for a connection to become\navailable if a request is made when all connections in the\nconnection pool are in use."
Property Attributes- short_name ⇒ "WaitForConnectionEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
61
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 61 property :WaitForConnectionEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "WaitForConnectionEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated. Specifies whether the system waits for a connection to become\navailable if a request is made when all connections in the\nconnection pool are in use.", source: ["JdbcResource"]
-
#capacity_increment ⇒ Integer
How much should we increase the connection count once capacity is exhausted?
Property Attributes- short_name ⇒ "CapacityIncrement"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
64
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 64 property :CapacityIncrement, type: Integer
-
#connection_creation_retry_frequency_seconds ⇒ Integer
"The number of seconds between attempts to establish connections\nto the database."
Property Attributes- short_name ⇒ "ConnectionCreationRetryFrequencySeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
67
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 67 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: "The number of seconds between attempts to establish connections\nto the database.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#connection_harvest_max_count ⇒ Integer
"The maximum number of connections that may be harvested when the\nconnection harvesting occurs."
Property Attributes- short_name ⇒ "ConnectionHarvestMaxCount"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
70
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 70 property :ConnectionHarvestMaxCount, type: Integer, array: false, hash: false, short_name: "ConnectionHarvestMaxCount", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The maximum number of connections that may be harvested when the\nconnection harvesting occurs.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#connection_harvest_trigger_count ⇒ Integer
"Specifies the number of available connections (trigger value) used to determine when connection harvesting occurs."
Property Attributes- short_name ⇒ "ConnectionHarvestTriggerCount"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
72
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 72 property :ConnectionHarvestTriggerCount, type: Integer, array: false, hash: false, short_name: "ConnectionHarvestTriggerCount", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the number of available connections (trigger value) used to determine when connection harvesting occurs.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#connection_labeling_callback ⇒ String
"The class name of the connection labeling callback."
Property Attributes- short_name ⇒ "ConnectionLabelingCallback"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
74
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 74 property :ConnectionLabelingCallback, type: String, array: false, hash: false, short_name: "ConnectionLabelingCallback", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The class name of the connection labeling callback.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#connection_reserve_timeout_seconds ⇒ Integer
"The number of seconds after which a call to reserve a connection from the connection pool will timeout."
Property Attributes- short_name ⇒ "ConnectionReserveTimeoutSeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
76
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 76 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: "The number of seconds after which a call to reserve a connection from the connection pool will timeout.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#count_of_refresh_failures_till_disable ⇒ Integer
"Specifies the number of reconnect failures allowed before WebLogic Server\ndisables a connection pool to minimize the delay in handling the\nconnection request caused by a database failure."
Property Attributes- short_name ⇒ "CountOfRefreshFailuresTillDisable"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
80
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 80 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: "Specifies the number of reconnect failures allowed before WebLogic Server\ndisables a connection pool to minimize the delay in handling the\nconnection request caused by a database failure.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#count_of_test_failures_till_flush ⇒ Integer
"Specifies the number of test failures allowed before WebLogic Server\ncloses all unused connections in a connection pool to minimize the delay\ncaused by further database testing."
Property Attributes- short_name ⇒ "CountOfTestFailuresTillFlush"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
84
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 84 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: "Specifies the number of test failures allowed before WebLogic Server\ncloses all unused connections in a connection pool to minimize the delay\ncaused by further database testing.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#driver_interceptor ⇒ String
"Specifies the absolute name of the application class used to intercept method calls to the JDBC driver."
Property Attributes- short_name ⇒ "DriverInterceptor"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
86
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 86 property :DriverInterceptor, type: String, array: false, hash: false, short_name: "DriverInterceptor", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the absolute name of the application class used to intercept method calls to the JDBC driver.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#fatal_error_codes ⇒ String
"Specifies a comma-separated list of error codes that are treated as fatal\nerrors."
Property Attributes- short_name ⇒ "FatalErrorCodes"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
89
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 89 property :FatalErrorCodes, type: String, array: false, hash: false, short_name: "FatalErrorCodes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies a comma-separated list of error codes that are treated as fatal\nerrors.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#highest_num_waiters ⇒ Integer
"The maximum number of connection requests that can concurrently\nblock threads while waiting to reserve a connection from the\ndata source's connection pool."
Property Attributes- short_name ⇒ "HighestNumWaiters"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
93
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 93 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: "The maximum number of connection requests that can concurrently\nblock threads while waiting to reserve a connection from the\ndata source's connection pool.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#inactive_connection_timeout_seconds ⇒ Integer
"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
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
97
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 97 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: "The number of inactive seconds on a reserved connection before\nWebLogic Server reclaims the connection and releases it back into\nthe connection pool.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#initial_capacity ⇒ Integer
What is our initial connection capacity
Property Attributes- short_name ⇒ "InitialCapacity"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
100
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 100 property :InitialCapacity, type: Integer
-
#init_sql ⇒ String
"SQL statement to execute that will initialize newly created\nphysical database connections."
Property Attributes- short_name ⇒ "InitSql"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
103
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 103 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: "SQL statement to execute that will initialize newly created\nphysical database connections.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#jdbcxa_debug_level ⇒ Integer
"Specifies level of JDBC debugging for XA drivers, where larger values in the range provide more debugging information."
Property Attributes- short_name ⇒ "JDBCXADebugLevel"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
105
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 105 property :JDBCXADebugLevel, type: Integer, array: false, hash: false, short_name: "JDBCXADebugLevel", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies level of JDBC debugging for XA drivers, where larger values in the range provide more debugging information.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#login_delay_seconds ⇒ Integer
"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
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
108
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 108 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: "The number of seconds to delay before creating each physical\ndatabase connection.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#max_capacity ⇒ Integer
What is the absolute maximum number of connections to a database we are willing to make
Property Attributes- short_name ⇒ "MaxCapacity"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
111
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 111 property :MaxCapacity, type: Integer
-
#min_capacity ⇒ Integer
"The minimum number of physical connections that this\nconnection pool can contain after it is initialized."
Property Attributes- short_name ⇒ "MinCapacity"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
114
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 114 property :MinCapacity, type: Integer, array: false, hash: false, short_name: "MinCapacity", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The minimum number of physical connections that this\nconnection pool can contain after it is initialized.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#profile_harvest_frequency_seconds ⇒ Integer
"The number of seconds between when WebLogic Server harvests profile\ndata."
Property Attributes- short_name ⇒ "ProfileHarvestFrequencySeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
117
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 117 property :ProfileHarvestFrequencySeconds, type: Integer, array: false, hash: false, short_name: "ProfileHarvestFrequencySeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of seconds between when WebLogic Server harvests profile\ndata.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#profile_type ⇒ Integer
"Specifies that type of profile data to be collected for the\nJDBC subsystem."
Property Attributes- short_name ⇒ "ProfileType"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
120
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 120 property :ProfileType, type: Integer, array: false, hash: false, short_name: "ProfileType", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies that type of profile data to be collected for the\nJDBC subsystem.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#seconds_to_trust_an_idle_pool_connection ⇒ Integer
"The number of seconds within a connection use that WebLogic Server trusts that the connection is\nstill viable and will skip the connection test, either before delivering it to an application\nor during the periodic connection testing process."
Property Attributes- short_name ⇒ "SecondsToTrustAnIdlePoolConnection"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
124
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 124 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: "The number of seconds within a connection use that WebLogic Server trusts that the connection is\nstill viable and will skip the connection test, either before delivering it to an application\nor during the periodic connection testing process.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#shrink_frequency_seconds ⇒ Integer
"The number of seconds to wait before shrinking a connection pool\nthat has incrementally increased to meet demand."
Property Attributes- short_name ⇒ "ShrinkFrequencySeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
127
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 127 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: "The number of seconds to wait before shrinking a connection pool\nthat has incrementally increased to meet demand.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#statement_cache_size ⇒ Integer
"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
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
130
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 130 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: "The number of prepared and callable statements stored in the\ncache.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#statement_cache_type ⇒ String
"The algorithm used for maintaining the prepared statements\nstored in the statement cache."
Property Attributes- short_name ⇒ "StatementCacheType"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
133
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 133 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: "The algorithm used for maintaining the prepared statements\nstored in the statement cache.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#statement_timeout ⇒ Integer
"The time after which a statement currently being executed will\ntime out."
Property Attributes- short_name ⇒ "StatementTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
136
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 136 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: "The time after which a statement currently being executed will\ntime out.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#test_frequency_seconds ⇒ Integer
"The number of seconds a WebLogic Server instance waits between attempts when testing unused\nconnections."
Property Attributes- short_name ⇒ "TestFrequencySeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
139
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 139 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: "The number of seconds a WebLogic Server instance waits between attempts when testing unused\nconnections.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#test_table_name ⇒ String
Which SQWL should we use to test that the database connection is working?
Property Attributes- short_name ⇒ "TestTableName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
142
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 142 property :TestTableName, type: String
-
#credential_mapping_enabled ⇒ [TrueClass,FalseClass]
"Enables Set Client ID on connection for the data source."
Property Attributes- short_name ⇒ "CredentialMappingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
144
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 144 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: "Enables Set Client ID on connection for the data source.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#identity_based_connection_pooling_enabled ⇒ [TrueClass,FalseClass]
"Enables identity-based-connection-pooling for the data source."
Property Attributes- short_name ⇒ "IdentityBasedConnectionPoolingEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
146
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 146 property :IdentityBasedConnectionPoolingEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "IdentityBasedConnectionPoolingEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables identity-based-connection-pooling for the data source.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#ignore_in_use_connections_enabled ⇒ [TrueClass,FalseClass]
"Enables the data source to be shutdown even if connections obtained\nfrom the pool are still in use."
Property Attributes- short_name ⇒ "IgnoreInUseConnectionsEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
149
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 149 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: "Enables the data source to be shutdown even if connections obtained\nfrom the pool are still in use.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#pinned_to_thread ⇒ [TrueClass,FalseClass]
"Enables an option to improve performance by enabling execute threads\nto keep a pooled database connection even after the application closes the logical connection."
Property Attributes- short_name ⇒ "PinnedToThread"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
152
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 152 property :PinnedToThread, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "PinnedToThread", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables an option to improve performance by enabling execute threads\nto keep a pooled database connection even after the application closes the logical connection.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#remove_infected_connections ⇒ [TrueClass,FalseClass]
"Specifies whether a connection will be removed from the\nconnection pool after the application uses the underlying vendor\nconnection object."
Property Attributes- short_name ⇒ "RemoveInfectedConnections"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
156
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 156 property :RemoveInfectedConnections, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RemoveInfectedConnections", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether a connection will be removed from the\nconnection pool after the application uses the underlying vendor\nconnection object.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#test_connections_on_reserve ⇒ [TrueClass,FalseClass]
"Enables WebLogic Server to test a connection before\ngiving it to a client."
Property Attributes- short_name ⇒ "TestConnectionsOnReserve"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
159
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 159 property :TestConnectionsOnReserve, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "TestConnectionsOnReserve", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables WebLogic Server to test a connection before\ngiving it to a client.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#wrap_jdbc ⇒ [TrueClass,FalseClass]
"By default, SQL objects for CallableStatement, PreparedStatement,\nResultSet, Statement, and DatabaseMetaData are wrapped with a WebLogic\nwrapper."
Property Attributes- short_name ⇒ "WrapJdbc"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
163
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 163 property :WrapJdbc, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "WrapJdbc", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "By default, SQL objects for CallableStatement, PreparedStatement,\nResultSet, Statement, and DatabaseMetaData are wrapped with a WebLogic\nwrapper.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#wrap_types ⇒ [TrueClass,FalseClass]
"By default, data type objects for Array, Blob, Clob, NClob, Ref,\nSQLXML, and Struct, plus ParameterMetaData and ResultSetMetaData objects\nare wrapped with a WebLogic wrapper."
Property Attributes- short_name ⇒ "WrapTypes"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
167
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 167 property :WrapTypes, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "WrapTypes", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "By default, data type objects for Array, Blob, Clob, NClob, Ref,\nSQLXML, and Struct, plus ParameterMetaData and ResultSetMetaData objects\nare wrapped with a WebLogic wrapper.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#algorithm_type ⇒ String
"The algorithm\ndetermines the connection request processing for the multi data\nsource."
Property Attributes- short_name ⇒ "AlgorithmType"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
171
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 171 property :AlgorithmType, type: String, array: false, hash: false, short_name: "AlgorithmType", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The algorithm\ndetermines the connection request processing for the multi data\nsource.", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#connection_pool_failover_callback_handler ⇒ String
"The name of the application class to handle the callback sent\nwhen a multi data source is ready to failover or fail back\nconnection requests to another data source within the multi data\nsource."
Property Attributes- short_name ⇒ "ConnectionPoolFailoverCallbackHandler"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
176
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 176 property :ConnectionPoolFailoverCallbackHandler, type: String, array: false, hash: false, short_name: "ConnectionPoolFailoverCallbackHandler", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the application class to handle the callback sent\nwhen a multi data source is ready to failover or fail back\nconnection requests to another data source within the multi data\nsource.", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#data_source_list ⇒ String
"The list of data sources to which the multi data source will\nroute connection requests."
Property Attributes- short_name ⇒ "DataSourceList"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
179
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 179 property :DataSourceList, type: String, array: false, hash: false, short_name: "DataSourceList", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The list of data sources to which the multi data source will\nroute connection requests.", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#global_transactions_protocol ⇒ String
Which global transactions protocol to use? Empty is no GTP, other options include LoggingLastResource and TwoPhaseCommit
Property Attributes- short_name ⇒ "GlobalTransactionsProtocol"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
182
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 182 property :GlobalTransactionsProtocol, type: String
-
#jndi_names ⇒ Array of ⇒ String
What is the JNDI name for this resource?
Property Attributes- short_name ⇒ "JNDINames"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
184
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 184 property :JNDINames, array: true, type: String
-
#scope ⇒ String
"Specifies the scoping of the data source."
Property Attributes- short_name ⇒ "Scope"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
186
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 186 property :Scope, type: String, array: false, hash: false, short_name: "Scope", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the scoping of the data source.", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#failover_request_if_busy ⇒ [TrueClass,FalseClass]
"For multi data sources with the failover algorithm,\nenables the multi data source to failover connection requests to\nthe next data source if all connections in the current data source\nare in use."
Property Attributes- short_name ⇒ "FailoverRequestIfBusy"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
191
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 191 property :FailoverRequestIfBusy, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "FailoverRequestIfBusy", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "For multi data sources with the failover algorithm,\nenables the multi data source to failover connection requests to\nthe next data source if all connections in the current data source\nare in use.", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#keep_conn_after_global_tx ⇒ [TrueClass,FalseClass]
"Enables WebLogic Server to keep the physical\ndatabase connection associated with the logical connection\nwhen committing a global transaction instead releasing it\nand getting another physical connection when needed."
Property Attributes- short_name ⇒ "KeepConnAfterGlobalTx"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
196
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 196 property :KeepConnAfterGlobalTx, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "KeepConnAfterGlobalTx", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables WebLogic Server to keep the physical\ndatabase connection associated with the logical connection\nwhen committing a global transaction instead releasing it\nand getting another physical connection when needed.", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#keep_conn_after_local_tx ⇒ [TrueClass,FalseClass]
"Deprecated.\n10.3.4.0"
Property Attributes- short_name ⇒ "KeepConnAfterLocalTx"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
199
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 199 property :KeepConnAfterLocalTx, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "KeepConnAfterLocalTx", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\n10.3.4.0", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#row_prefetch ⇒ [TrueClass,FalseClass]
"Deprecated.\n12.2.1.0.0"
Property Attributes- short_name ⇒ "RowPrefetch"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
202
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 202 property :RowPrefetch, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RowPrefetch", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\n12.2.1.0.0", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#driver_name ⇒ String (Default Value: 'oracle.jdbc.OracleDriver')
Which JDBC driver should we use? For XA sources, this generally changes to 'oracle.jdbc.xa.client.OracleXADataSource'
Property Attributes- short_name ⇒ "DriverName"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDriverParams"]
- default ⇒ 'oracle.jdbc.OracleDriver'
206
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 206 property :DriverName, default: 'oracle.jdbc.OracleDriver'
-
#password ⇒ [Mint::Secret]
"The password attribute passed to the JDBC driver when\ncreating physical database connections."
Property Attributes- short_name ⇒ "Password"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDriverParams"]
209
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 209 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: "The password attribute passed to the JDBC driver when\ncreating physical database connections.", source: ["JdbcResource", "JDBCDriverParams"]
-
#properties ⇒ MintPress::OracleWeblogic::JDBCProperties (Default Value: MintPress::OracleWeblogic::JDBCProperties.new)
"The list of properties passed to the\nJDBC driver when creating physical database connections."
Property Attributes- short_name ⇒ "Properties"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- default ⇒ MintPress::OracleWeblogic::JDBCProperties.new
- easy_skip_candidate ⇒ true
- source ⇒ ["JdbcResource", "JDBCDriverParams"]
212
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 212 property :Properties, type: MintPress::OracleWeblogic::JDBCProperties, array: false, hash: false, short_name: "Properties", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The list of properties passed to the\nJDBC driver when creating physical database connections.", default: MintPress::OracleWeblogic::JDBCProperties.new, easy_skip_candidate: true, source: ["JdbcResource", "JDBCDriverParams"]
-
#url ⇒ String (Default Value: '#{domain.metadata_repository.jdbc_url}')
The JDBC url for our resource - this will default to one for the metadata repository, since those are the default data sources
Property Attributes- short_name ⇒ "Url"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDriverParams"]
- default ⇒ '#{domain.metadata_repository.jdbc_url}'
214
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 214 property :URL, default: '#{domain.metadata_repository.jdbc_url}'
-
#use_password_indirection ⇒ [TrueClass,FalseClass]
"Specifies whether the database credentials are to be obtained from the\ncredential mapper using the \"user\" property as the key."
Property Attributes- short_name ⇒ "UsePasswordIndirection"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDriverParams"]
217
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 217 property :UsePasswordIndirection, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UsePasswordIndirection", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the database credentials are to be obtained from the\ncredential mapper using the \"user\" property as the key.", source: ["JdbcResource", "JDBCDriverParams"]
-
#use_xa_data_source_interface ⇒ [TrueClass, FalseClass]
Is this an XA datasource?
Property Attributes- short_name ⇒ "UseXaDataSourceInterface"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDriverParams"]
219
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 219 property :UseXADataSourceInterface, type: [TrueClass, FalseClass]
-
#affinity_policy ⇒ String
"Specifies the affinity policy for the datasource."
Property Attributes- short_name ⇒ "AffinityPolicy"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
221
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 221 property :AffinityPolicy, type: String, array: false, hash: false, short_name: "AffinityPolicy", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the affinity policy for the datasource.", source: ["JdbcResource", "JDBCOracleParams"]
-
#connection_initialization_callback ⇒ String
"The name of the Connection Initialization Callback class."
Property Attributes- short_name ⇒ "ConnectionInitializationCallback"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
223
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 223 property :ConnectionInitializationCallback, type: String, array: false, hash: false, short_name: "ConnectionInitializationCallback", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the Connection Initialization Callback class.", source: ["JdbcResource", "JDBCOracleParams"]
-
#ons_node_list ⇒ String
"A comma-separate list of ONS daemon listen addresses and ports to which connect to\nfor receiving ONS-based FAN events."
Property Attributes- short_name ⇒ "OnsNodeList"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
226
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 226 property :OnsNodeList, type: String, array: false, hash: false, short_name: "OnsNodeList", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "A comma-separate list of ONS daemon listen addresses and ports to which connect to\nfor receiving ONS-based FAN events.", source: ["JdbcResource", "JDBCOracleParams"]
-
#ons_wallet_file ⇒ String
"The location of the Oracle wallet file in which the SSL certificates are stored."
Property Attributes- short_name ⇒ "OnsWalletFile"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
228
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 228 property :OnsWalletFile, type: String, array: false, hash: false, short_name: "OnsWalletFile", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The location of the Oracle wallet file in which the SSL certificates are stored.", source: ["JdbcResource", "JDBCOracleParams"]
-
#ons_wallet_password ⇒ [Mint::Secret]
"The wallet password attribute that is included as part of the ONS client configuration string."
Property Attributes- short_name ⇒ "OnsWalletPassword"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
230
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 230 property :OnsWalletPassword, type: [Mint::Secret], array: false, hash: false, short_name: "OnsWalletPassword", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The wallet password attribute that is included as part of the ONS client configuration string.", source: ["JdbcResource", "JDBCOracleParams"]
-
#replay_initiation_timeout ⇒ Integer
"The amount of time, in seconds, a data source allows for Application Continuity replay\nprocessing before timing out and ending a replay session context."
Property Attributes- short_name ⇒ "ReplayInitiationTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
233
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 233 property :ReplayInitiationTimeout, type: Integer, array: false, hash: false, short_name: "ReplayInitiationTimeout", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The amount of time, in seconds, a data source allows for Application Continuity replay\nprocessing before timing out and ending a replay session context.", source: ["JdbcResource", "JDBCOracleParams"]
-
#active_gridlink ⇒ [TrueClass,FalseClass]
"Indicates a configured Active GridLink datasource."
Property Attributes- short_name ⇒ "ActiveGridlink"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
235
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 235 property :ActiveGridlink, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ActiveGridlink", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Indicates a configured Active GridLink datasource.", source: ["JdbcResource", "JDBCOracleParams"]
-
#fan_enabled ⇒ [TrueClass,FalseClass]
"Enables the data source to subscribe to and process Oracle FAN events."
Property Attributes- short_name ⇒ "FanEnabled"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
237
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 237 property :FanEnabled, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "FanEnabled", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables the data source to subscribe to and process Oracle FAN events.", source: ["JdbcResource", "JDBCOracleParams"]
-
#oracle_enable_java_net_fast_path ⇒ [TrueClass,FalseClass]
"Deprecated."
Property Attributes- short_name ⇒ "OracleEnableJavaNetFastPath"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
239
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 239 property :OracleEnableJavaNetFastPath, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "OracleEnableJavaNetFastPath", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.", source: ["JdbcResource", "JDBCOracleParams"]
-
#oracle_optimize_utf8_conversion ⇒ [TrueClass,FalseClass]
"Enables the Oracle JDBC optimize UTF-8 conversion option."
Property Attributes- short_name ⇒ "OracleOptimizeUtf8Conversion"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
241
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 241 property :OracleOptimizeUtf8Conversion, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "OracleOptimizeUtf8Conversion", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables the Oracle JDBC optimize UTF-8 conversion option.", source: ["JdbcResource", "JDBCOracleParams"]
-
#oracle_proxy_session ⇒ [TrueClass,FalseClass]
"Enables Oracle JDBC Proxy Authentication."
Property Attributes- short_name ⇒ "OracleProxySession"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
243
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 243 property :OracleProxySession, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "OracleProxySession", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables Oracle JDBC Proxy Authentication.", source: ["JdbcResource", "JDBCOracleParams"]
-
#use_database_credentials ⇒ [TrueClass,FalseClass]
"If enabled, Oracle database credentials are used in getConnection\ninstead of application server credentials."
Property Attributes- short_name ⇒ "UseDatabaseCredentials"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCOracleParams"]
246
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 246 property :UseDatabaseCredentials, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "UseDatabaseCredentials", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "If enabled, Oracle database credentials are used in getConnection\ninstead of application server credentials.", source: ["JdbcResource", "JDBCOracleParams"]
-
#xa_retry_duration_seconds ⇒ Integer
"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
- source ⇒ ["JdbcResource", "JDBCXAParams"]
249
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 249 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: "Determines the duration in seconds for which the transaction manager\nwill perform recover operations on the resource.", source: ["JdbcResource", "JDBCXAParams"]
-
#xa_retry_interval_seconds ⇒ Integer
"The number of seconds between XA retry operations if\nXARetryDurationSeconds 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
- source ⇒ ["JdbcResource", "JDBCXAParams"]
252
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 252 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: "The number of seconds between XA retry operations if\nXARetryDurationSeconds is set to a positive value.", source: ["JdbcResource", "JDBCXAParams"]
-
#xa_transaction_timeout ⇒ Integer
"The number of seconds to set as the transaction branch timeout."
Property Attributes- short_name ⇒ "XaTransactionTimeout"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
254
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 254 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: "The number of seconds to set as the transaction branch timeout.", source: ["JdbcResource", "JDBCXAParams"]
-
#keep_logical_conn_open_on_release ⇒ [TrueClass,FalseClass]
"Enables WebLogic Server to keep the logical JDBC connection open\nfor a global transaction when the physical XA connection is returned\nto the connection pool."
Property Attributes- short_name ⇒ "KeepLogicalConnOpenOnRelease"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
258
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 258 property :KeepLogicalConnOpenOnRelease, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "KeepLogicalConnOpenOnRelease", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables WebLogic Server to keep the logical JDBC connection open\nfor a global transaction when the physical XA connection is returned\nto the connection pool.", source: ["JdbcResource", "JDBCXAParams"]
-
#keep_xa_conn_till_tx_complete ⇒ [TrueClass,FalseClass]
"Enables WebLogic Server to associate the same XA\ndatabase connection from the connection pool\nwith a global transaction until the transaction\ncompletes."
Property Attributes- short_name ⇒ "KeepXaConnTillTxComplete"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
263
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 263 property :KeepXaConnTillTxComplete, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "KeepXaConnTillTxComplete", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables WebLogic Server to associate the same XA\ndatabase connection from the connection pool\nwith a global transaction until the transaction\ncompletes.", source: ["JdbcResource", "JDBCXAParams"]
-
#need_tx_ctx_on_close ⇒ [TrueClass,FalseClass]
"Specifies whether the XA driver requires a distributed\ntransaction context when closing various JDBC objects (result sets,\nstatements, connections, and so forth)."
Property Attributes- short_name ⇒ "NeedTxCtxOnClose"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
267
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 267 property :NeedTxCtxOnClose, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "NeedTxCtxOnClose", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies whether the XA driver requires a distributed\ntransaction context when closing various JDBC objects (result sets,\nstatements, connections, and so forth).", source: ["JdbcResource", "JDBCXAParams"]
-
#new_xa_conn_for_commit ⇒ [TrueClass,FalseClass]
"Specifies that a dedicated XA connection is used for\ncommit and rollback processing for a global transaction."
Property Attributes- short_name ⇒ "NewXaConnForCommit"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
270
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 270 property :NewXaConnForCommit, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "NewXaConnForCommit", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies that a dedicated XA connection is used for\ncommit and rollback processing for a global transaction.", source: ["JdbcResource", "JDBCXAParams"]
-
#recover_only_once ⇒ [TrueClass,FalseClass]
"Specifies that the transaction manager calls recover on the resource\nonly once."
Property Attributes- short_name ⇒ "RecoverOnlyOnce"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
273
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 273 property :RecoverOnlyOnce, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RecoverOnlyOnce", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Specifies that the transaction manager calls recover on the resource\nonly once.", source: ["JdbcResource", "JDBCXAParams"]
-
#resource_health_monitoring ⇒ [TrueClass,FalseClass]
"Enables JTA resource health monitoring for\nan XA data source."
Property Attributes- short_name ⇒ "ResourceHealthMonitoring"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
276
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 276 property :ResourceHealthMonitoring, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "ResourceHealthMonitoring", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables JTA resource health monitoring for\nan XA data source.", source: ["JdbcResource", "JDBCXAParams"]
-
#rollback_local_tx_upon_conn_close ⇒ [TrueClass,FalseClass]
"Deprecated.\n10.3.4.0"
Property Attributes- short_name ⇒ "RollbackLocalTxUponConnClose"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
279
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 279 property :RollbackLocalTxUponConnClose, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "RollbackLocalTxUponConnClose", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\n10.3.4.0", source: ["JdbcResource", "JDBCXAParams"]
-
#xa_end_only_once ⇒ [TrueClass,FalseClass]
"Deprecated.\n12.2.1.0.0"
Property Attributes- short_name ⇒ "XaEndOnlyOnce"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
282
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 282 property :XaEndOnlyOnce, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "XaEndOnlyOnce", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Deprecated.\n12.2.1.0.0", source: ["JdbcResource", "JDBCXAParams"]
-
#xa_set_transaction_timeout ⇒ [TrueClass,FalseClass]
"Enables WebLogic Server to set a transaction branch timeout based on the\nvalue for XaTransactionTimeout."
Property Attributes- short_name ⇒ "XaSetTransactionTimeout"
- has_setter ⇒ true
- has_getter ⇒ false
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCXAParams"]
285
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 285 property :XaSetTransactionTimeout, type: [TrueClass,FalseClass], array: false, hash: false, short_name: "XaSetTransactionTimeout", has_setter: true, has_getter: false, has_lister: false, has_creator: false, read_only: false, description: "Enables WebLogic Server to set a transaction branch timeout based on the\nvalue for XaTransactionTimeout.", source: ["JdbcResource", "JDBCXAParams"]
-
#datasource_type ⇒ String
"The data source type."
Property Attributes- short_name ⇒ "DatasourceType"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource"]
287
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 287 property :DatasourceType, type: String, array: false, hash: false, short_name: "DatasourceType", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The data source type.", source: ["JdbcResource"]
-
#profile_connection_leak_timeout_seconds ⇒ Integer
"The number of seconds that a JDBC connection needs to be held by an application\nbefore triggering a connection leak diagnostic profiling record."
Property Attributes- short_name ⇒ "ProfileConnectionLeakTimeoutSeconds"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCConnectionPoolParams"]
290
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 290 property :ProfileConnectionLeakTimeoutSeconds, type: Integer, array: false, hash: false, short_name: "ProfileConnectionLeakTimeoutSeconds", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The number of seconds that a JDBC connection needs to be held by an application\nbefore triggering a connection leak diagnostic profiling record.", source: ["JdbcResource", "JDBCConnectionPoolParams"]
-
#proxy_switching_callback ⇒ String
"The name of the switching callback class for a Proxy data source."
Property Attributes- short_name ⇒ "ProxySwitchingCallback"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
292
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 292 property :ProxySwitchingCallback, type: String, array: false, hash: false, short_name: "ProxySwitchingCallback", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the switching callback class for a Proxy data source.", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#proxy_switching_properties ⇒ String
"Specifies the switching properties passed to the\nswitching callback method for a Proxy data source."
Property Attributes- short_name ⇒ "ProxySwitchingProperties"
- has_setter ⇒ true
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ false
- source ⇒ ["JdbcResource", "JDBCDataSourceParams"]
295
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 295 property :ProxySwitchingProperties, type: String, array: false, hash: false, short_name: "ProxySwitchingProperties", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Specifies the switching properties passed to the\nswitching callback method for a Proxy data source.", source: ["JdbcResource", "JDBCDataSourceParams"]
-
#parent ⇒ MintPress::OracleWeblogic::Domain
Tree information
Property Attributes- prop_name ⇒ :jdbc_system_resources
39
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/jdbc_system_resource.rb', line 39 property :parent, type: MintPress::OracleWeblogic::Domain, prop_name: :jdbc_system_resources
-
#mbean_rest_url ⇒ String (Default Value: Proc.new { "/management/weblogic/latest/domainConfig/JDBCSystemResources/#{self.name}" })
This is required because the mbean_components stuff causes it to get corrupted!
Property Attributes- default ⇒ Proc.new { "/management/weblogic/latest/domainConfig/JDBCSystemResources/#{self.name}" }
42
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/jdbc_system_resource.rb', line 42 property :mbean_rest_url, type: String, default: Proc.new { "/management/weblogic/latest/domainConfig/JDBCSystemResources/#{self.name}" }
-
#user ⇒ String
Which user to connect as?
Property Attributes51
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/jdbc_system_resource.rb', line 51 property :User, type: String
-
#password_encrypted ⇒ String (Default Value: '#{domain.metadata_repository.schema_password.value}')
What is the password for our source
Property Attributes- default ⇒ '#{domain.metadata_repository.schema_password.value}'
53
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/jdbc_system_resource.rb', line 53 property :PasswordEncrypted, type: String, default: '#{domain.metadata_repository.schema_password.value}'
-
#driver_properties ⇒ Hash of ⇒ String
What driver properties should we apply? an example is {"oracle.net.CONNECT_TIMEOUT": "10000" } to set the connection timeout for the oracle driver
Property Attributes71
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/jdbc_system_resource.rb', line 71 property :driver_properties, type: String, hash: true
-
#connection_pool_properties ⇒ Hash of ⇒ String
What connection pool properties should we apply?
Property Attributes73
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/jdbc_system_resource.rb', line 73 property :connection_pool_properties, type: String, hash: true
-
#data_source_properties ⇒ Hash of ⇒ String
What datasource properties should we apply?
Property Attributes75
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/jdbc_system_resource.rb', line 75 property :data_source_properties, type: String, hash: true
-
#name ⇒ String
Property Attributes23
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/target_mbean.rb', line 23 property :Name, type: String
-
#notes ⇒ String
Notes about this object
Property Attributes25
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/target_mbean.rb', line 25 property :Notes, type: String
-
#tags ⇒ Array of ⇒ String
Array of tags for this object
Property Attributes27
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/target_mbean.rb', line 27 property :Tags, type: String, array: true
Properties (Read Only)
-
#source_path ⇒ String
"The path to the source of the deployment unit on admin server."
Property Attributes- short_name ⇒ "SourcePath"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
31
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 31 property :SourcePath, type: String, array: false, hash: false, short_name: "SourcePath", has_setter: false, has_getter: true, has_lister: false, has_creator: false, read_only: true, description: "The path to the source of the deployment unit on admin server."
-
#descriptor_file_name ⇒ String
Where should we place the descriptor file? Default is to let weblogic choose
Property Attributes- short_name ⇒ "DescriptorFileName"
- has_setter ⇒ false
- has_getter ⇒ true
- has_lister ⇒ false
- has_creator ⇒ false
- read_only ⇒ true
36
# File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource.rb', line 36 property :DescriptorFileName, type: String
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
-
#active_connections_average_count ⇒ Object
(also: #getActiveConnectionsAverageCount, #get_active_connections_average_count, #activeConnectionsAverageCount)
Average number of active connections in this instance of the data source.
-
#active_connections_current_count ⇒ Object
(also: #getActiveConnectionsCurrentCount, #get_active_connections_current_count, #activeConnectionsCurrentCount)
The number of connections currently in use by applications.
-
#active_connections_high_count ⇒ Object
(also: #getActiveConnectionsHighCount, #get_active_connections_high_count, #activeConnectionsHighCount)
Highest number of active database connections in this instance of the data source# since the data source was instantiated.
-
#begin_time ⇒ Object
(also: #getBeginTime, #get_begin_time, #beginTime)
The time at which this task was started.
-
#clear_statement_cache ⇒ Object
(also: #clearStatementCache)
For each connection in the connection pool, clears the# statement cache of Prepared and Callable Statements.
-
#clear_statistics ⇒ Object
(also: #clearStatistics)
Clear the statistics on all connections.
-
#commit_outcome_retry_total_count ⇒ Object
(also: #getCommitOutcomeRetryTotalCount, #get_commit_outcome_retry_total_count, #commitOutcomeRetryTotalCount)
The cumulative total number of commit outcome query retries# conducted before resolving the outcome or exceeding the retry seconds# in this data source since the data source was deployed.
-
#connection_delay_time ⇒ Object
(also: #getConnectionDelayTime, #get_connection_delay_time, #connectionDelayTime)
The average amount of time, in milliseconds, that it takes to create a physical connection# to the database.
-
#connections_total_count ⇒ Object
(also: #getConnectionsTotalCount, #get_connections_total_count, #connectionsTotalCount)
The cumulative total number of database connections# created in this data source since the data source was deployed.
-
#create ⇒ Object
FIXME: This should, of course, be generic, and also support REST and friends - and it will! Of course, I'm writing the code to be generic now!.
-
#curr_capacity ⇒ Object
(also: #getCurrCapacity, #get_curr_capacity, #currCapacity)
The current count of JDBC connections in the connection pool in the data source.
-
#curr_capacity_high_count ⇒ Object
(also: #getCurrCapacityHighCount, #get_curr_capacity_high_count, #currCapacityHighCount)
Highest number of database connections available or in use (current capacity)# in this instance of the data source since the data source was deployed.
-
#current_weight ⇒ Object
(also: #getCurrentWeight, #get_current_weight, #currentWeight)
The current weight of the instance.
-
#database_product_name ⇒ Object
(also: #getDatabaseProductName, #get_database_product_name, #databaseProductName)
The product name of the database that this data source is connected# to.
-
#database_product_version ⇒ Object
(also: #getDatabaseProductVersion, #get_database_product_version, #databaseProductVersion)
The product version of the database that this data source is# connected to.
-
#deployment_state ⇒ Object
(also: #getDeploymentState, #get_deployment_state, #deploymentState)
The current deployment state of the# module.
- #destroy ⇒ Object
-
#driver_name ⇒ Object
(also: #getDriverName, #get_driver_name, #driverName)
The product name of the JDBC driver that this data source is# configured to use.
-
#driver_version ⇒ Object
(also: #getDriverVersion, #get_driver_version, #driverVersion)
The version of the JDBC driver that this data source is configured# to use.
-
#dump_pool ⇒ Object
(also: #dumpPool)
Prints out information about all the connections in the# connection pool in the data source.
-
#dump_pool_profile ⇒ Object
(also: #dumpPoolProfile)
Prints out profile information about the data source.
-
#end_time ⇒ Object
(also: #getEndTime, #get_end_time, #endTime)
The time at which this task was completed.
-
#failed_affinity_based_borrow_count ⇒ Object
(also: #getFailedAffinityBasedBorrowCount, #get_failed_affinity_based_borrow_count, #failedAffinityBasedBorrowCount)
The number of reserve requests for which an existing connection for the affinity policy was not# found.
-
#failed_rclb_based_borrow_count ⇒ Object
(also: #getFailedRCLBBasedBorrowCount, #get_failed_rclb_based_borrow_count, #failedRclbBasedBorrowCount)
The number of reserve requests for which a connection was not found based# on the runtime connection load balancing policy.
-
#failed_replay_count ⇒ Object
(also: #getFailedReplayCount, #get_failed_replay_count, #failedReplayCount)
Obtains the number of replays that failed.
-
#failed_repurpose_count ⇒ Object
(also: #getFailedRepurposeCount, #get_failed_repurpose_count, #failedRepurposeCount)
The number of repurpose errors that have occurred since the datasource was deployed.
-
#failed_reserve_request_count ⇒ Object
(also: #getFailedReserveRequestCount, #get_failed_reserve_request_count, #failedReserveRequestCount)
The cumulative, running count of requests for a connection from this data source# that could not be fulfilled.
-
#failures_to_reconnect_count ⇒ Object
(also: #getFailuresToReconnectCount, #get_failures_to_reconnect_count, #failuresToReconnectCount)
The number of times that the data source# attempted to refresh a database connection# and failed.
-
#force_shutdown ⇒ Object
(also: #forceShutdown)
Forcefully shuts down a data source that has a health state of Running,# including forcing the disconnection of all current connection users.
-
#force_suspend ⇒ Object
(also: #forceSuspend)
Forcefully suspends a data source that has the health state of# Running, including disconnecting all current connection# users.
-
#health_state ⇒ Object
(also: #getHealthState, #get_health_state, #healthState)
The health state of the JDBC subsystem.
-
#highest_num_available ⇒ Object
(also: #getHighestNumAvailable, #get_highest_num_available, #highestNumAvailable)
Highest number of database connections that were idle and available# to be used by an application at any time# in this instance of the data source since the data source was deployed.
-
#highest_num_unavailable ⇒ Object
(also: #getHighestNumUnavailable, #get_highest_num_unavailable, #highestNumUnavailable)
Highest number of database connections that were# in use by applications or being tested by the system# in this instance of the data source since the data source was deployed.
- #import_props_from_model ⇒ Object
-
#initialize(opts = {}) ⇒ JDBCSystemResource
constructor
A new instance of JDBCSystemResource.
-
#instance_name ⇒ Object
(also: #getInstanceName, #get_instance_name, #instanceName)
The name of this instance.
-
#is_aff_enabled ⇒ Object
(also: #isAffEnabled)
The value from the latest load-balancing advisory aff flag for a GridLink data source instance.
-
#is_enabled ⇒ Object
(also: #isEnabled)
Indicates whether the data source is enabled or disabled:.
-
#is_registered ⇒ Object
(also: #isRegistered)
Deprecated.
-
#is_running ⇒ Object
(also: #isRunning)
Indicates whether the task is still running.
-
#is_system_task ⇒ Object
(also: #isSystemTask)
Indicates whether this task was initiated by the server versus a user.
-
#last_task ⇒ Object
(also: #getLastTask, #get_last_task, #lastTask)
Get the last datasource Task.
-
#leaked_connection_count ⇒ Object
(also: #getLeakedConnectionCount, #get_leaked_connection_count, #leakedConnectionCount)
The number of leaked connections.
-
#m_bean_info ⇒ Object
(also: #getMBeanInfo, #get_m_bean_info, #mBeanInfo)
Deprecated.
-
#max_capacity ⇒ Object
(also: #getMaxCapacity, #get_max_capacity, #maxCapacity)
The maximum capacity of this multi data source.
-
#module_id ⇒ Object
(also: #getModuleId, #get_module_id, #moduleId)
Returns the identifier for this Component.
-
#num_available ⇒ Object
(also: #getNumAvailable, #get_num_available, #numAvailable)
The number of database connections that are currently idle and available to be# used by applications in this instance of the data source.
-
#num_unavailable ⇒ Object
(also: #getNumUnavailable, #get_num_unavailable, #numUnavailable)
The number of connections currently in use by applications# or being tested in this instance of the data source.
-
#object_name ⇒ Object
(also: #getObjectName, #get_object_name, #objectName)
Deprecated.
-
#pool_exists(poolName) ⇒ Object
(also: #poolExists)
poolExists(String poolName)# Specifies whether a data source with the given name exists.
-
#prep_stmt_cache_access_count ⇒ Object
(also: #getPrepStmtCacheAccessCount, #get_prep_stmt_cache_access_count, #prepStmtCacheAccessCount)
The cumulative, running count of the number of times that the statement cache was accessed.
-
#prep_stmt_cache_add_count ⇒ Object
(also: #getPrepStmtCacheAddCount, #get_prep_stmt_cache_add_count, #prepStmtCacheAddCount)
The cumulative, running count of the number of statements added to the statement cache.
-
#prep_stmt_cache_current_size ⇒ Object
(also: #getPrepStmtCacheCurrentSize, #get_prep_stmt_cache_current_size, #prepStmtCacheCurrentSize)
The number of prepared and callable statements currently cached in the statement cache.
-
#prep_stmt_cache_delete_count ⇒ Object
(also: #getPrepStmtCacheDeleteCount, #get_prep_stmt_cache_delete_count, #prepStmtCacheDeleteCount)
The cumulative, running count of statements discarded from the cache.
-
#prep_stmt_cache_hit_count ⇒ Object
(also: #getPrepStmtCacheHitCount, #get_prep_stmt_cache_hit_count, #prepStmtCacheHitCount)
The cumulative, running count of the number of times that# statements from the cache were used.
-
#prep_stmt_cache_miss_count ⇒ Object
(also: #getPrepStmtCacheMissCount, #get_prep_stmt_cache_miss_count, #prepStmtCacheMissCount)
The number of times that a statement request could not be satisfied with a# statement from the cache.
-
#refresh_statistics ⇒ Object
(also: #refreshStatistics)
Update the snapshot.
-
#replay_disabling_count ⇒ Object
(also: #getReplayDisablingCount, #get_replay_disabling_count, #replayDisablingCount)
Obtains the number of times that replay is disabled.
-
#repurpose_count ⇒ Object
(also: #getRepurposeCount, #get_repurpose_count, #repurposeCount)
The number of times connections have been repurposed since the datasource was deployed.
-
#reserve_request_count ⇒ Object
(also: #getReserveRequestCount, #get_reserve_request_count, #reserveRequestCount)
The cumulative, running count of requests for a connection from this data source.
-
#reset_statistics ⇒ Object
(also: #resetStatistics)
Reset statistics counters to zero.
-
#resolved_as_committed_total_count ⇒ Object
(also: #getResolvedAsCommittedTotalCount, #get_resolved_as_committed_total_count, #resolvedAsCommittedTotalCount)
The cumulative total number of commit outcomes successfully# resolved as committed in this data source since the data source was deployed.
-
#resolved_as_not_committed_total_count ⇒ Object
(also: #getResolvedAsNotCommittedTotalCount, #get_resolved_as_not_committed_total_count, #resolvedAsNotCommittedTotalCount)
The cumulative total number of commit outcomes successfully# resolved as not committed in this data source since the data source was deployed.
-
#restart_system_resource ⇒ Object
(also: #restartSystemResource)
Restarts a system resource on all nodes to which it is deployed.
-
#service_name ⇒ Object
(also: #getServiceName, #get_service_name, #serviceName)
The database service name for this RAC data source.
-
#sub_tasks ⇒ Object
(also: #getSubTasks, #get_sub_tasks, #subTasks)
An array of TaskRuntimeMBeans that describes a set# of parallel tasks which are components of this task.
-
#successful_affinity_based_borrow_count ⇒ Object
(also: #getSuccessfulAffinityBasedBorrowCount, #get_successful_affinity_based_borrow_count, #successfulAffinityBasedBorrowCount)
The number of reserve requests for which an existing connection was# found that satisfied the affinity policy.
-
#successful_rclb_based_borrow_count ⇒ Object
(also: #getSuccessfulRCLBBasedBorrowCount, #get_successful_rclb_based_borrow_count, #successfulRclbBasedBorrowCount)
The number of reserve requests for which existing connections were# found that satisfied the runtime connection load balancing policy.
-
#successful_replay_count ⇒ Object
(also: #getSuccessfulReplayCount, #get_successful_replay_count, #successfulReplayCount)
Obtains the number of replays that succeeded.
-
#test_pool ⇒ Object
(also: #testPool)
Tests the connection pool in the data source by reserving and releasing# a connection from it.
-
#total_calls ⇒ Object
(also: #getTotalCalls, #get_total_calls, #totalCalls)
Obtains the total number of JDBC calls executed so far.
-
#total_calls_affected_by_outages ⇒ Object
(also: #getTotalCallsAffectedByOutages, #get_total_calls_affected_by_outages, #totalCallsAffectedByOutages)
Obtains the number of JDBC calls affected by outages.
-
#total_calls_affected_by_outages_during_replay ⇒ Object
(also: #getTotalCallsAffectedByOutagesDuringReplay, #get_total_calls_affected_by_outages_during_replay, #totalCallsAffectedByOutagesDuringReplay)
Obtains the number of JDBC calls affected by outages in the# middle of replay.
-
#total_calls_triggering_replay ⇒ Object
(also: #getTotalCallsTriggeringReplay, #get_total_calls_triggering_replay, #totalCallsTriggeringReplay)
Obtains the number of JDBC calls that triggered replay.
-
#total_completed_requests ⇒ Object
(also: #getTotalCompletedRequests, #get_total_completed_requests, #totalCompletedRequests)
Obtains the total number of completed requests so far.
-
#total_protected_calls ⇒ Object
(also: #getTotalProtectedCalls, #get_total_protected_calls, #totalProtectedCalls)
Obtains the total number of JDBC calls executed so far that# are protected by AC.
-
#total_replay_attempts ⇒ Object
(also: #getTotalReplayAttempts, #get_total_replay_attempts, #totalReplayAttempts)
Obtains the number of replay attempts.
-
#total_requests ⇒ Object
(also: #getTotalRequests, #get_total_requests, #totalRequests)
Obtains the total number of successfully submitted requests so far.
-
#unresolved_total_count ⇒ Object
(also: #getUnresolvedTotalCount, #get_unresolved_total_count, #unresolvedTotalCount)
The cumulative total number of commit outcomes unsuccessfully# resolved in this data source since the data source was deployed.
-
#version_jdbc_driver ⇒ Object
(also: #getVersionJDBCDriver, #get_version_jdbc_driver, #versionJdbcDriver)
The driver class name of the JDBC driver used# to create database connections.
-
#wait_seconds_high_count ⇒ Object
(also: #getWaitSecondsHighCount, #get_wait_seconds_high_count, #waitSecondsHighCount)
The highest number of seconds that an application waited for a connection# (the longest connection reserve wait time) from this instance of the connection# pool since the connection pool was instantiated.
-
#waiting_for_connection_current_count ⇒ Object
(also: #getWaitingForConnectionCurrentCount, #get_waiting_for_connection_current_count, #waitingForConnectionCurrentCount)
The number of connection requests waiting for a database connection.
-
#waiting_for_connection_failure_total ⇒ Object
(also: #getWaitingForConnectionFailureTotal, #get_waiting_for_connection_failure_total, #waitingForConnectionFailureTotal)
The cumulative, running count of requests for a connection from this data source# that had to wait before getting a connection and eventually failed to get a connection.
-
#waiting_for_connection_high_count ⇒ Object
(also: #getWaitingForConnectionHighCount, #get_waiting_for_connection_high_count, #waitingForConnectionHighCount)
Highest number of application requests concurrently waiting for a connection# from this instance of the data source.
-
#waiting_for_connection_success_total ⇒ Object
(also: #getWaitingForConnectionSuccessTotal, #get_waiting_for_connection_success_total, #waitingForConnectionSuccessTotal)
The cumulative, running count of requests for a connection from this data source# that had to wait before getting a connection and eventually succeeded in getting a connection.
-
#waiting_for_connection_total ⇒ Object
(also: #getWaitingForConnectionTotal, #get_waiting_for_connection_total, #waitingForConnectionTotal)
The cumulative, running count of requests for a connection from this data source# that had to wait before getting a connection, including those that eventually# got a connection and those that did not get a connection.
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
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