WebLogic Integration


com.bea.wlcfilesync
Class Stats

java.lang.Object
  |
  +--com.bea.wlcfilesync.Stats

public class Stats
extends java.lang.Object

Stats This class holds the statistics of the Thread Pool from which it was returned.

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

Field Summary
 int jobsInProgress
           
 int maxIdleTime
           
 int maxThreads
           
 int minThreads
           
 int numThreads
           
 int pendingJobs
           
 
Constructor Summary
Stats()
           
 
Method Summary
 java.lang.String toString()
           This method returns the string representation of Stats object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

maxThreads

public int maxThreads

minThreads

public int minThreads

maxIdleTime

public int maxIdleTime

numThreads

public int numThreads

pendingJobs

public int pendingJobs

jobsInProgress

public int jobsInProgress
Constructor Detail

Stats

public Stats()
Method Detail

toString

public java.lang.String toString()

This method returns the string representation of Stats object.

Returns:
String String representation
Overrides:
toString in class java.lang.Object

WebLogic Integration

WebLogic Integration (WLI)