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


oracle.jbo.http
Class HttpResourcePoolMonitor

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

All Implemented Interfaces:
java.lang.Runnable

public class HttpResourcePoolMonitor
extends ResourcePoolMonitor
Since:
release specific (what release of product did this appear in)
Version:
$Header: HttpResourcePoolMonitor.java 17-oct-2005.14:25:08 jsmiljan Exp $

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

 

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

 

Methods inherited from class oracle.jbo.pool.ResourcePoolMonitor
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

HttpResourcePoolMonitor

public HttpResourcePoolMonitor(ResourcePoolManager manager,
                               java.lang.ClassLoader loader,
                               long interval)

Method Detail

initializeThreadContext

protected void initializeThreadContext(java.util.Stack holder)
Overrides:
initializeThreadContext in class ResourcePoolMonitor

resetThreadContext

protected void resetThreadContext(java.util.Stack holder)
Overrides:
resetThreadContext in class ResourcePoolMonitor

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.