Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

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.


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

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

Returns:
The poolName value

getStackTrace

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

Returns:
The stackTrace value

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02