BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.management.runtime
Interface JDBCConnectionLeakProfile

All Superinterfaces:
Serializable

public interface JDBCConnectionLeakProfile
extends Serializable

This interface provides information about a connection leak. Connection leak is a situation when a connection from the pool was not closed explicitely by calling close() and lately was garbage collected.

Deprecation of MBeanHome and Type-Safe Interfaces

This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://www.oracle.com/technology/documentation/index.html.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 String getPoolName()
          Returns the name of the connection pool for the leaked connection
 String getStackTrace()
          Returns the stack trace at the time when the leaked connection was created.
 

Method Detail

getPoolName

public String getPoolName()
Returns the name of the connection pool for the leaked connection

Returns:
The poolName value

getStackTrace

public String getStackTrace()
Returns the stack trace at the time when the leaked connection was created.

Returns:
The stackTrace value

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.