AdConstants Interface

com.bea.p13n.ad
AdConstants Interface

public interface AdConstants

Define the constants used by the Ad package


All Known Implementing Classes
AdHelper, AdTracking, AdClickThruServlet

Field Summary

public static final String
AD_EVENT_TRACKING
The default classname that does the event tracking for Ads
public static final String
AD_RENDERING
The default class name that does the rendering of Ad content
public static final String
AD_SERVICE_NAME
The JNDI name of the AdService
public static final String
ADBUCKET_SERVICE_NAME
The JNDI name of the AdBucketService
public static final String
CONFLICT_RESOLVER_NAME
The JNDI name of the AdConflictResolver.
public static final String
EVENT_SERVICE_NAME
The JNDI name for the EventService
public static final String
GLOBAL_ADBUCKET_NAME
A unique name that identifies the global ads in the database tables
 

Field Detail

AD_EVENT_TRACKING

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


AD_RENDERING

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


AD_SERVICE_NAME

public static final String AD_SERVICE_NAME
The JNDI name of the AdService


ADBUCKET_SERVICE_NAME

public static final String ADBUCKET_SERVICE_NAME
The JNDI name of the AdBucketService


CONFLICT_RESOLVER_NAME

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


EVENT_SERVICE_NAME

public static final String EVENT_SERVICE_NAME
The JNDI name for the EventService


GLOBAL_ADBUCKET_NAME

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