|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.remote.prc.search.SearchWarning
Represents warnings defined by the search server.
Field Summary | |
static SearchWarning |
PROCESSING_TIMED_OUT
SearchWarning that indicates that processing within the search server took too long (i.e., timed out), and * a partial result set was returned. |
static SearchWarning |
TOO_MANY_WILDCARD_EXPANSIONS
SearchWarning that indicates that a wildcard query, such as "a*", matched a large number of patterns. |
Method Summary | |
int |
getCode()
Returns the internal warning code. |
static SearchWarning |
parse(int val)
Returns the SearchWarning object corresponding to the internal warning code. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SearchWarning PROCESSING_TIMED_OUT
public static final SearchWarning TOO_MANY_WILDCARD_EXPANSIONS
Method Detail |
public int getCode()
public static SearchWarning parse(int val)
SearchWarning
object corresponding to the internal warning code.
val
- int to compare to internal SearchWarning warning code.
SearchWarning
object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.