com.plumtree.server
Class PT_CARDREFRESHSETTING

java.lang.Object
  extended by com.plumtree.server.PT_CARDREFRESHSETTING

public final class PT_CARDREFRESHSETTING
extends java.lang.Object

Plumtree Card Refresh Settings

Version:
$Revision$
Author:
StephenC
See Also:
IPTCardRefreshInfo, IPTCardRefreshAgent, PT_CARDREFRESHSETTINGCOLUMNS

Field Summary
static int PT_CARDREFRESHSETTING_DELETIONDELAY
          The interval that a Card is kept alive after it has found to be deleted
static int PT_CARDREFRESHSETTING_EXIRATIONDELAY
          The lifetime of the Card.
static int PT_CARDREFRESHSETTING_REFRESHRATE
          The interval between refreshing
 
Constructor Summary
PT_CARDREFRESHSETTING()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CARDREFRESHSETTING_REFRESHRATE

public static final int PT_CARDREFRESHSETTING_REFRESHRATE
The interval between refreshing

See Also:
Constant Field Values

PT_CARDREFRESHSETTING_EXIRATIONDELAY

public static final int PT_CARDREFRESHSETTING_EXIRATIONDELAY
The lifetime of the Card. Cards that have expired are removed from the Catalog.

See Also:
Constant Field Values

PT_CARDREFRESHSETTING_DELETIONDELAY

public static final int PT_CARDREFRESHSETTING_DELETIONDELAY
The interval that a Card is kept alive after it has found to be deleted

See Also:
Constant Field Values
Constructor Detail

PT_CARDREFRESHSETTING

public PT_CARDREFRESHSETTING()