BEA Systems, Inc.


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.

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/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference