Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.pool
Class ResourcePoolMonitor

java.lang.Object
  extended byjava.util.TimerTask
      extended byoracle.jbo.pool.ResourcePoolMonitor

All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
HttpResourcePoolMonitor

public class ResourcePoolMonitor
extends java.util.TimerTask

Responsible for monitoring the resource pools.


Constructor Summary
protected ResourcePoolMonitor(ResourcePoolManager manager, java.lang.ClassLoader loader, long interval)
           

 

Method Summary
protected  void initializeThreadContext(java.util.Stack holder)
           
protected  void resetThreadContext(java.util.Stack holder)
           
 void run()
           

 

Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ResourcePoolMonitor

protected ResourcePoolMonitor(ResourcePoolManager manager,
                              java.lang.ClassLoader loader,
                              long interval)

Method Detail

run

public void run()

initializeThreadContext

protected void initializeThreadContext(java.util.Stack holder)

resetThreadContext

protected void resetThreadContext(java.util.Stack holder)

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.