|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.jdbc.extensions.ProfileDataRecord
public class ProfileDataRecord
Interface that describes the information available from a ProfileDataRecord
.
Field Summary | |
---|---|
static int |
TYPE_ALL
Deprecated. |
static String |
TYPE_ALL_STR
Deprecated. |
static int |
TYPE_CONN_LAST_USAGE
Deprecated. |
static String |
TYPE_CONN_LAST_USAGE_STR
Deprecated. |
static int |
TYPE_CONN_LEAK
Deprecated. |
static String |
TYPE_CONN_LEAK_STR
Deprecated. |
static int |
TYPE_CONN_MT_USAGE
Deprecated. |
static String |
TYPE_CONN_MT_USAGE_STR
Deprecated. |
static int |
TYPE_CONN_RESV_FAIL
Deprecated. |
static String |
TYPE_CONN_RESV_FAIL_STR
Deprecated. |
static int |
TYPE_CONN_RESV_WAIT
Deprecated. |
static String |
TYPE_CONN_RESV_WAIT_STR
Deprecated. |
static int |
TYPE_CONN_USAGE
Deprecated. |
static String |
TYPE_CONN_USAGE_STR
Deprecated. |
static int |
TYPE_NONE
Deprecated. |
static String |
TYPE_NONE_STR
Deprecated. |
static int |
TYPE_STMT_CACHE_ENTRY
Deprecated. |
static String |
TYPE_STMT_CACHE_ENTRY_STR
Deprecated. |
static int |
TYPE_STMT_USAGE
Deprecated. |
static String |
TYPE_STMT_USAGE_STR
Deprecated. |
Constructor Summary | |
---|---|
ProfileDataRecord(String poolName,
String id,
String user,
String timestamp)
Deprecated. |
Method Summary | |
---|---|
String |
getId()
Deprecated. |
String |
getPoolName()
Deprecated. |
String |
getTimestamp()
Deprecated. |
String |
getUser()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_NONE
public static final String TYPE_NONE_STR
public static final int TYPE_ALL
public static final String TYPE_ALL_STR
public static final int TYPE_CONN_USAGE
public static final String TYPE_CONN_USAGE_STR
public static final int TYPE_CONN_RESV_WAIT
public static final String TYPE_CONN_RESV_WAIT_STR
public static final int TYPE_CONN_LEAK
public static final String TYPE_CONN_LEAK_STR
public static final int TYPE_CONN_RESV_FAIL
public static final String TYPE_CONN_RESV_FAIL_STR
public static final int TYPE_STMT_CACHE_ENTRY
public static final String TYPE_STMT_CACHE_ENTRY_STR
public static final int TYPE_STMT_USAGE
public static final String TYPE_STMT_USAGE_STR
public static final int TYPE_CONN_LAST_USAGE
public static final String TYPE_CONN_LAST_USAGE_STR
public static final int TYPE_CONN_MT_USAGE
public static final String TYPE_CONN_MT_USAGE_STR
Constructor Detail |
---|
public ProfileDataRecord(String poolName, String id, String user, String timestamp)
Method Detail |
---|
public String getPoolName()
public String getId()
public String getTimestamp()
public String getUser()
|
Copyright 1996, 2013, 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.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |