com.plumtree.server
Class PT_SEARCHACCESS_SETTINGS

java.lang.Object
  extended by 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.

Version:
$Revision$
Author:
CraigS

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()
           
 
Method Summary
 
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.

See Also:
Constant Field Values

PT_SEARCHACCESS_SERVER_TIMEOUT_DEFAULT

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

See Also:
Constant Field Values
Constructor Detail

PT_SEARCHACCESS_SETTINGS

public PT_SEARCHACCESS_SETTINGS()