J2CConnectionFactory MBean
- All Parent MBeans:
- ConnectionFactory, J2EEResourceFactory, DiagnosticProvider, J2EEManagedObject
- Partial ObjectName:
WebSphere:*,type=J2CConnectionFactory,j2eeType=JCAConnectionFactory
MBean J2CConnectionFactory
Management interface for J2C connection factory.
Attributes inherited from MBean ConnectionFactory |
authMechanismPreference , stuckTimerTime , currentActivePool , stuckTime , stuckThreshold , surgeThreshhold , surgeCreationInterval , connectionTimeout , maxConnections , minConnections , purgePolicy , reapTime , unusedTimeout , agedTimeout , freePoolDistributionTableSize , freePoolPartitions , sharedPoolPartitions , holdTimeLimit , populateAlternateResource , resourceFailOver , resourceFailBack |
Operation Summary |
java.lang.String | getProperty(java.lang.String name )
Retrieve the value of the Connection Factory property specified. |
Operations inherited from MBean ConnectionFactory |
failOverToAlternateResource , failOverToAlternateResource , failBackToPrimaryResource , failBackToPrimaryResource , showPoolContents , showAllPoolContents , purgePoolContents , purgePoolContents , purgePoolContents , getPoolContents , getAllPoolContents , showAllocationHandleList , pause , resume , getStatus |
description
public java.lang.String description
- Security Roles:
- Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
managedConnectionFactory
public java.lang.String managedConnectionFactory
- Security Roles:
- Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
getProperty
public java.lang.String getProperty(java.lang.String name
)
- Retrieve the value of the Connection Factory property specified. If the property does not exist an IllegalArgumentException is thrown
- Parameters:
name
-
The name of the user specified Connection Factory property
- Security Roles:
- administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Copyright IBM Corp. 1996-2005