BEA Systems, Inc.

WebLogic Server 6.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 (c) 2001 by BEA Systems, Inc. All Rights Reserved.
Copyright © 2001 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


getStackTrace

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.