com.karmasphere.share.constants
Class BQueryConstants

java.lang.Object
  extended by com.karmasphere.share.constants.BQueryConstants

public class BQueryConstants
extends Object


Field Summary
static int FLAG_FACTS
          Include all facts in the response.
static int MAX_TCP_QUERY_LENGTH
           
static String PACKET_ID
           
static String QUERY_AUTH_LONG
           
static String QUERY_AUTH_SHORT
           
static String QUERY_COMBINER_LONG
           
static String QUERY_COMBINER_SHORT
           
static String QUERY_COMPOSITE_LONG
           
static String QUERY_COMPOSITE_SHORT
           
static String QUERY_FEED_LONG
           
static String QUERY_FEED_SHORT
           
static String QUERY_FLAG_LONG
           
static String QUERY_FLAG_SHORT
           
static String QUERY_IDENTITY_LONG
           
static String QUERY_IDENTITY_SHORT
           
static String RESPONSE_COMBINATION_DATA
           
static String RESPONSE_COMBINATION_VALUE
           
static String RESPONSE_COMBINATIONS_LONG
           
static String RESPONSE_COMBINATIONS_SHORT
           
static String RESPONSE_ERROR
           
static String RESPONSE_FACT_DATA
           
static String RESPONSE_FACT_FEED
           
static String RESPONSE_FACT_IDENTITY
           
static String RESPONSE_FACT_LONG
           
static String RESPONSE_FACT_SHORT
           
static String RESPONSE_FACT_VALUE
           
static String RESPONSE_MESSAGE
           
static String RESPONSE_TIME_LONG
           
static String RESPONSE_TIME_SHORT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKET_ID

public static final String PACKET_ID
See Also:
Constant Field Values

QUERY_IDENTITY_SHORT

public static final String QUERY_IDENTITY_SHORT
See Also:
Constant Field Values

QUERY_IDENTITY_LONG

public static final String QUERY_IDENTITY_LONG
See Also:
Constant Field Values

QUERY_FEED_SHORT

public static final String QUERY_FEED_SHORT
See Also:
Constant Field Values

QUERY_FEED_LONG

public static final String QUERY_FEED_LONG
See Also:
Constant Field Values

QUERY_COMPOSITE_SHORT

public static final String QUERY_COMPOSITE_SHORT
See Also:
Constant Field Values

QUERY_COMPOSITE_LONG

public static final String QUERY_COMPOSITE_LONG
See Also:
Constant Field Values

QUERY_COMBINER_SHORT

public static final String QUERY_COMBINER_SHORT
See Also:
Constant Field Values

QUERY_COMBINER_LONG

public static final String QUERY_COMBINER_LONG
See Also:
Constant Field Values

QUERY_FLAG_SHORT

public static final String QUERY_FLAG_SHORT
See Also:
Constant Field Values

QUERY_FLAG_LONG

public static final String QUERY_FLAG_LONG
See Also:
Constant Field Values

QUERY_AUTH_SHORT

public static final String QUERY_AUTH_SHORT
See Also:
Constant Field Values

QUERY_AUTH_LONG

public static final String QUERY_AUTH_LONG
See Also:
Constant Field Values

RESPONSE_FACT_SHORT

public static final String RESPONSE_FACT_SHORT
See Also:
Constant Field Values

RESPONSE_FACT_LONG

public static final String RESPONSE_FACT_LONG
See Also:
Constant Field Values

RESPONSE_TIME_SHORT

public static final String RESPONSE_TIME_SHORT
See Also:
Constant Field Values

RESPONSE_TIME_LONG

public static final String RESPONSE_TIME_LONG
See Also:
Constant Field Values

RESPONSE_COMBINATIONS_SHORT

public static final String RESPONSE_COMBINATIONS_SHORT
See Also:
Constant Field Values

RESPONSE_COMBINATIONS_LONG

public static final String RESPONSE_COMBINATIONS_LONG
See Also:
Constant Field Values

RESPONSE_ERROR

public static final String RESPONSE_ERROR
See Also:
Constant Field Values

RESPONSE_MESSAGE

public static final String RESPONSE_MESSAGE
See Also:
Constant Field Values

RESPONSE_FACT_IDENTITY

public static final String RESPONSE_FACT_IDENTITY
See Also:
Constant Field Values

RESPONSE_FACT_FEED

public static final String RESPONSE_FACT_FEED
See Also:
Constant Field Values

RESPONSE_FACT_VALUE

public static final String RESPONSE_FACT_VALUE
See Also:
Constant Field Values

RESPONSE_FACT_DATA

public static final String RESPONSE_FACT_DATA
See Also:
Constant Field Values

RESPONSE_COMBINATION_VALUE

public static final String RESPONSE_COMBINATION_VALUE
See Also:
Constant Field Values

RESPONSE_COMBINATION_DATA

public static final String RESPONSE_COMBINATION_DATA
See Also:
Constant Field Values

FLAG_FACTS

public static final int FLAG_FACTS
Include all facts in the response.

See Also:
Constant Field Values

MAX_TCP_QUERY_LENGTH

public static final int MAX_TCP_QUERY_LENGTH
See Also:
Constant Field Values


Copyright © 2004-2005 Karamsphere. All Rights Reserved.