© 2001 BEA Systems, Inc.

com.bea.commerce.platform.ad
Interface AdConstants

All Known Implementing Classes:
AdClickThruServlet, AddAdToPlaceholderAction, AdEventTrackerBase, AdHelper, AdTargetTag, AdTracking

public interface AdConstants

Define the constants used by the Ad package


Field Summary
static java.lang.String AD_EVENT_TRACKING
          The default classname that does the event tracking for Ads
static java.lang.String AD_RENDERING
          The default class name that does the rendering of Ad content
static java.lang.String AD_SERVICE_NAME
          The JNDI name of the AdService
static java.lang.String ADBUCKET_DB_NAME
          The name of the ad bucket Database
static java.lang.String ADBUCKET_SERVICE_NAME
          The JNDI name of the AdBucketService
static java.lang.String ADCOUNT_DB_NAME
          The name of the ad count Database
static java.lang.String CONFLICT_RESOLVER_NAME
          The JNDI name of the AdConflictResolver.
static java.lang.String EVENT_SERVICE_NAME
          The JNDI name for the EventService
static java.lang.String GLOBAL_ADBUCKET_NAME
          A unique name that identifies the global ads in the database tables
 

Field Detail

ADBUCKET_DB_NAME

public static final java.lang.String ADBUCKET_DB_NAME
The name of the ad bucket Database

ADCOUNT_DB_NAME

public static final java.lang.String ADCOUNT_DB_NAME
The name of the ad count Database

GLOBAL_ADBUCKET_NAME

public static final java.lang.String GLOBAL_ADBUCKET_NAME
A unique name that identifies the global ads in the database tables

CONFLICT_RESOLVER_NAME

public static final java.lang.String CONFLICT_RESOLVER_NAME
The JNDI name of the AdConflictResolver.

ADBUCKET_SERVICE_NAME

public static final java.lang.String ADBUCKET_SERVICE_NAME
The JNDI name of the AdBucketService

AD_SERVICE_NAME

public static final java.lang.String AD_SERVICE_NAME
The JNDI name of the AdService

EVENT_SERVICE_NAME

public static final java.lang.String EVENT_SERVICE_NAME
The JNDI name for the EventService

AD_RENDERING

public static final java.lang.String AD_RENDERING
The default class name that does the rendering of Ad content

AD_EVENT_TRACKING

public static final java.lang.String AD_EVENT_TRACKING
The default classname that does the event tracking for Ads

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved