Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.jdbc.extensions
Class ProfileDataRecord

java.lang.Object
  extended by weblogic.jdbc.extensions.ProfileDataRecord

Deprecated. 10.3.6.0

public class ProfileDataRecord
extends Object

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

TYPE_NONE

public static final int TYPE_NONE
Deprecated. 
See Also:
Constant Field Values

TYPE_NONE_STR

public static final String TYPE_NONE_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_ALL

public static final int TYPE_ALL
Deprecated. 
See Also:
Constant Field Values

TYPE_ALL_STR

public static final String TYPE_ALL_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_USAGE

public static final int TYPE_CONN_USAGE
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_USAGE_STR

public static final String TYPE_CONN_USAGE_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_RESV_WAIT

public static final int TYPE_CONN_RESV_WAIT
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_RESV_WAIT_STR

public static final String TYPE_CONN_RESV_WAIT_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_LEAK

public static final int TYPE_CONN_LEAK
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_LEAK_STR

public static final String TYPE_CONN_LEAK_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_RESV_FAIL

public static final int TYPE_CONN_RESV_FAIL
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_RESV_FAIL_STR

public static final String TYPE_CONN_RESV_FAIL_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_STMT_CACHE_ENTRY

public static final int TYPE_STMT_CACHE_ENTRY
Deprecated. 
See Also:
Constant Field Values

TYPE_STMT_CACHE_ENTRY_STR

public static final String TYPE_STMT_CACHE_ENTRY_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_STMT_USAGE

public static final int TYPE_STMT_USAGE
Deprecated. 
See Also:
Constant Field Values

TYPE_STMT_USAGE_STR

public static final String TYPE_STMT_USAGE_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_LAST_USAGE

public static final int TYPE_CONN_LAST_USAGE
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_LAST_USAGE_STR

public static final String TYPE_CONN_LAST_USAGE_STR
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_MT_USAGE

public static final int TYPE_CONN_MT_USAGE
Deprecated. 
See Also:
Constant Field Values

TYPE_CONN_MT_USAGE_STR

public static final String TYPE_CONN_MT_USAGE_STR
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ProfileDataRecord

public ProfileDataRecord(String poolName,
                         String id,
                         String user,
                         String timestamp)
Deprecated. 
Method Detail

getPoolName

public String getPoolName()
Deprecated. 

getId

public String getId()
Deprecated. 

getTimestamp

public String getTimestamp()
Deprecated. 

getUser

public String getUser()
Deprecated. 

Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06