com.plumtree.server
Class PT_SEARCHACCESS_SETTINGS

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

public final class PT_SEARCHACCESS_SETTINGS
extends java.lang.Object

This (vaguely named) enumeration lists legal values for IPTSearchRequest's PT_SEARCHSETTING_TIMEOUT setting.


Field Summary
static int PT_SEARCHACCESS_SERVER_TIMEOUT_DEFAULT
          Use the default timeout for processing search queries.
static int PT_SEARCHACCESS_SERVER_TIMEOUT_NONE
          Use no timeout.
 
Constructor Summary
PT_SEARCHACCESS_SETTINGS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SEARCHACCESS_SERVER_TIMEOUT_NONE

public static final int PT_SEARCHACCESS_SERVER_TIMEOUT_NONE
Use no timeout.

PT_SEARCHACCESS_SERVER_TIMEOUT_DEFAULT

public static final int PT_SEARCHACCESS_SERVER_TIMEOUT_DEFAULT
Use the default timeout for processing search queries.
Constructor Detail

PT_SEARCHACCESS_SETTINGS

public PT_SEARCHACCESS_SETTINGS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.