DataSource MBean

All Parent MBeans:
ConnectionFactory, J2EEResourceFactory, J2EEManagedObject

Partial ObjectName:
WebSphere:*,type=DataSource,j2eeType=JDBCDataSource


MBean DataSource

Management interface for JDBC DataSource resource factory.


Attribute Summary
java.lang.StringjdbcDriver
          
java.lang.ClassconnectionFactoryType
          
java.lang.StringdataSourceName
          
java.lang.ClassdataStoreHelperClass
          
java.lang.Stringdescription
          
intloginTimeout
          
intstatementCacheSize
          
booleanjtaEnabled
          
java.lang.BooleantestConnection
           Specifies to test pooled connections from the free pool.
java.lang.IntegertestConnectionInterval
           Specifies the retry interval for the connection pool that is down.

Attributes inherited from MBean ConnectionFactory
authMechanismPreference, stuckTimerTime, stuckTime, stuckThreshold, surgeThreshhold, surgeCreationInterval, connectionTimeout, maxConnections, minConnections, purgePolicy, reapTime, unusedTimeout, agedTimeout, freePoolDistributionTableSize, freePoolPartitions, sharedPoolPartitions, enablePoolStatisticalData, diagnosticMode, holdTimeLimit

Attributes inherited from MBean J2EEManagedObject
objectName, stateManageable, statisticsProvider, eventProvider

Attributes inherited from MBean J2EEResourceFactory
name, Description, jndiName, category

Operations inherited from MBean ConnectionFactory
showPoolContents, showAllPoolContents, purgePoolContents, purgePoolContents, getPoolContents, getAllPoolContents, showAllocationHandleList, pause, resume, gatherPoolStatisticalData, getStatus

Attribute Detail

jdbcDriver

public java.lang.String jdbcDriver
Security Roles:
Getter:
administrator
operator
configurator
monitor

connectionFactoryType

public java.lang.Class connectionFactoryType
Security Roles:
Getter:
administrator
operator
configurator
monitor

dataSourceName

public java.lang.String dataSourceName
Security Roles:
Getter:
administrator
operator
configurator
monitor

dataStoreHelperClass

public java.lang.Class dataStoreHelperClass
Security Roles:
Getter:
administrator
operator
configurator
monitor

description

public java.lang.String description
Security Roles:
Getter:
administrator
operator
configurator
monitor

loginTimeout

public int loginTimeout
Security Roles:
Getter:
administrator
operator
configurator
monitor

statementCacheSize

public int statementCacheSize
Security Roles:
Getter:
administrator
operator
configurator
monitor

jtaEnabled

public boolean jtaEnabled
Security Roles:
Getter:
administrator
operator
configurator
monitor

testConnection

public java.lang.Boolean testConnection
Specifies to test pooled connections from the free pool.
Security Roles:
Getter:
administrator
operator
configurator
monitor
Setter:
administrator
operator

testConnectionInterval

public java.lang.Integer testConnectionInterval
Specifies the retry interval for the connection pool that is down.
Security Roles:
Getter:
administrator
operator
configurator
monitor
Setter:
administrator
operator

Copyright IBM Corp. 1996-2005