com.ibm.workflow.api
Class GcInfo

java.lang.Object
  |
  +--com.ibm.workflow.api.GcInfo
All Implemented Interfaces:
java.io.Serializable

public final class GcInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int cycle
           
 java.lang.String sessionID
           
 int threshold
           
 
Constructor Summary
GcInfo()
           
GcInfo(int cycle, int threshold, java.lang.String sessionID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cycle

public int cycle

threshold

public int threshold

sessionID

public java.lang.String sessionID
Constructor Detail

GcInfo

public GcInfo()

GcInfo

public GcInfo(int cycle,
              int threshold,
              java.lang.String sessionID)


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.