|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.p13n.ad.AdEventTrackerBase
public class AdEventTrackerBase
Base class which does the basic work of raising events within the ad package.
| Constructor Summary | |
|---|---|
AdEventTrackerBase() |
|
| Method Summary | |
|---|---|
protected static EventService |
getEventService()Return the EventService at java:comp/env/ejb/EventService. |
void |
raiseClickThruEvent(String userId, javax.servlet.http.HttpServletRequest request, String containerUID, String contextUID, String placeholder, String contPath)Raise a ClickContentEvent when an ad is clicked on |
void |
raiseDisplayEvent(String userId, javax.servlet.http.HttpServletRequest request, String containerUID, String contextUID, String placeholder, String contPath)Raise a DisplayContentEvent when an ad is displayed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdEventTrackerBase()
| Method Detail |
|---|
public void raiseDisplayEvent(String userId,
javax.servlet.http.HttpServletRequest request,
String containerUID,
String contextUID,
String placeholder,
String contPath)
raiseDisplayEvent in interface AdEventTrackeruserId - the user idrequest - the HTTP requestcontainerUID - the UID of the containercontextUID - the UID of the contextplaceholder - the name of the placeholder,contPath - the content path of the ad
public void raiseClickThruEvent(String userId,
javax.servlet.http.HttpServletRequest request,
String containerUID,
String contextUID,
String placeholder,
String contPath)
raiseClickThruEvent in interface AdEventTrackeruserId - the user idrequest - the HTTP requestcontainerUID - the UID of the containercontextUID - the UID of the contextplaceholder - the name of the placeholder,contPath - the content path of the ad
protected static EventService getEventService()
throws javax.ejb.CreateException,
NamingException,
RemoteException
javax.ejb.CreateExceptionNamingExceptionRemoteException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.