| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TrackingConstants
Encapsulates constants associated with behavior tracking. All classes in the tracking service should use these constants to avoid typos, conflicting names, etc.
| Field Summary | |
|---|---|
| static int | DEFAULT_BUFFER_SIZEThe default size of the events buffer. | 
| static String | DEFAULT_DATA_SOURCE_NAMEThe default connection pool name | 
| static int | DEFAULT_FORCE_FLUSH_INTERVALDefault maximum age of an event in the buffer is 120 seconds. | 
| static int | DEFAULT_TIME_INTERVALThe default time interval, in seconds, at which the events buffer will be checked to see if it needs to be persisted to the database. | 
| static int | MAX_BUFFER_SIZEThe maximum size of the events buffer. | 
| static int | MAX_FORCE_FLUSH_INTERVALMaximum allowable age of an event in the buffer, in seconds. | 
| static int | MAX_TIME_INTERVALMaximum time, in seconds, to check to see if events in the buffer must be persisted to the database. | 
| static int | MIN_BUFFER_SIZEThe minumum size of the events buffer. | 
| static int | MIN_TIME_INTERVALMinimum time, in seconds, to check to see if events in the buffer must be persisted to the database. | 
| Field Detail | 
|---|
static final int DEFAULT_FORCE_FLUSH_INTERVAL
static final int MAX_FORCE_FLUSH_INTERVAL
static final int DEFAULT_TIME_INTERVAL
static final int MIN_TIME_INTERVAL
static final int MAX_TIME_INTERVAL
static final int DEFAULT_BUFFER_SIZE
static final int MIN_BUFFER_SIZE
static final int MAX_BUFFER_SIZE
static final String DEFAULT_DATA_SOURCE_NAME
| 
 | Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||