ConnectionFactory MBean

Generic management interface for a connection factory.

All Parent MBeans:
J2EEResourceFactory

Attribute Summary
java.lang.IntegerauthMechanismPreference
          

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

Operation Summary
java.lang.StringgetPoolContents()
           Returns a listing of the Connections in the ConnectionPool for this Object.
java.lang.StringgetAllPoolContents()
           Returns a listing of the Connections for All ConnectionPools on the Applcation Server.

Attribute Detail

authMechanismPreference

public java.lang.Integer authMechanismPreference

Operation Detail

getPoolContents

public java.lang.String getPoolContents()
Returns a listing of the Connections in the ConnectionPool for this Object.

getAllPoolContents

public java.lang.String getAllPoolContents()
Returns a listing of the Connections for All ConnectionPools on the Applcation Server.

Copyright IBM Corp. 1996-2003