WebLogic Integration


com.bea.wlcfilesync
Class Stats

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

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

public class Stats
extends java.lang.Object

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

Field Summary
 int jobsInProgress
          Deprecated.  
 int maxIdleTime
          Deprecated.  
 int maxThreads
          Deprecated.  
 int minThreads
          Deprecated.  
 int numThreads
          Deprecated.  
 int pendingJobs
          Deprecated.  
 
Constructor Summary
Stats()
          Deprecated.  
 
Method Summary
 java.lang.String toString()
          Deprecated.  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
Deprecated. 

minThreads

public int minThreads
Deprecated. 

maxIdleTime

public int maxIdleTime
Deprecated. 

numThreads

public int numThreads
Deprecated. 

pendingJobs

public int pendingJobs
Deprecated. 

jobsInProgress

public int jobsInProgress
Deprecated. 
Constructor Detail

Stats

public Stats()
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 

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)