WebLogic Integration


com.bea.wlcfilesync
Interface ThreadPool

All Known Implementing Classes:
ThreadPoolImpl

public interface ThreadPool

ThreadPool The interface to be implemented by the thread pool.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void addJob(java.lang.Runnable job)
           
 Stats getStats()
           
 

Method Detail

addJob

public void addJob(java.lang.Runnable job)

getStats

public Stats getStats()

WebLogic Integration

WebLogic Integration (WLI)