com.plumtree.server
Class PT_CARDREFRESHSETTING

java.lang.Object
  |
  +--com.plumtree.server.PT_CARDREFRESHSETTING

public final class PT_CARDREFRESHSETTING
extends java.lang.Object

Plumtree Card Refresh Settings

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()
           
 
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

PT_CARDREFRESHSETTING_EXIRATIONDELAY

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

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
Constructor Detail

PT_CARDREFRESHSETTING

public PT_CARDREFRESHSETTING()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.