com.bea.p13n.ad
Interface AdConstants

All Known Implementing Classes:
AdClickThruServlet, AdHelper, AdTracking

public interface AdConstants

Define the constants used by the Ad package


Field Summary
static String AD_EVENT_TRACKING
          The default classname that does the event tracking for Ads
static String AD_RENDERING
          The default class name that does the rendering of Ad content
static String AD_SERVICE_NAME
          Deprecated No longer needed.
static String ADBUCKET_SERVICE_NAME
          Deprecated No longer needed.
static String CONFLICT_RESOLVER_NAME
          Deprecated No longer needed.
static String EVENT_SERVICE_NAME
          Deprecated No longer needed.
static String GLOBAL_ADBUCKET_NAME
          A unique name that identifies the global ads in the database tables
 

Field Detail

GLOBAL_ADBUCKET_NAME

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

See Also
Constants Summary

CONFLICT_RESOLVER_NAME

static final String CONFLICT_RESOLVER_NAME
Deprecated No longer needed.
The JNDI name of the AdConflictResolver.

See Also
Constants Summary

ADBUCKET_SERVICE_NAME

static final String ADBUCKET_SERVICE_NAME
Deprecated No longer needed.
The JNDI name of the AdBucketService

See Also
Constants Summary

AD_SERVICE_NAME

static final String AD_SERVICE_NAME
Deprecated No longer needed.
The JNDI name of the AdService

See Also
Constants Summary

EVENT_SERVICE_NAME

static final String EVENT_SERVICE_NAME
Deprecated No longer needed.
The JNDI name for the EventService

See Also
Constants Summary

AD_RENDERING

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

See Also
Constants Summary

AD_EVENT_TRACKING

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

See Also
Constants Summary


Copyright © 2011, Oracle. All rights reserved.