• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to get connection pool info from WL 5.1 app

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a J2EE product running on weblogic 5.1 and it is using connection pool to connect to oracle database.
In my application, I want to build a console to display the connection pool information as below.
WaitingForConnectionHighCount -
WaitingForConnectionCurrentCount -
ConnectionsTotalCount -
MaxCapacity -
WaitSecondsHighCount
ActiveConnectionsCurrentCount
ActiveConnectionsHighCount
Can any one help me how to get these info. I don't want to use the weblogic admin console.
I am aware of a class ResourceAllocator to get this info but it needs T3ResourceFactory to instantiate. Not able to find where to get this T3ResourceFactory class from as it is the interface in weblogic 5.1 api and not aware of its implementation.
Sharma
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic