BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.runtime
Interface JDBCConnectionLeakProfile


public interface JDBCConnectionLeakProfile
extends java.io.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.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

getPoolName

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

Returns:
The poolName value

getStackTrace

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

Returns:
The stackTrace value

Documentation is available at
http://e-docs.bea.com/wls/docs81