|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.commerce.platform.tracking.TrackingEventHelperImpl
Helper methods for dispatching Behavior Tracking events to the Event Service. This class implements the singleton pattern.
getInstance()
Method Summary | |
void |
dispatchEvent(Event theEvent)
Dispatch an event. |
void |
dispatchEvent(javax.servlet.http.HttpServletRequest theRequest,
Event theEvent)
Dispatch an event using an event service that is cached in theRequest. |
EventService |
getEventService()
Get the event service. |
EventService |
getEventService(javax.servlet.http.HttpServletRequest theRequest)
Get a new event service instance and set it in theRequest for later event dispatching. |
static TrackingEventHelper |
getInstance()
Get a singleton instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void dispatchEvent(javax.servlet.http.HttpServletRequest theRequest, Event theEvent)
dispatchEvent
in interface TrackingEventHelper
public void dispatchEvent(Event theEvent)
dispatchEvent
in interface TrackingEventHelper
public EventService getEventService(javax.servlet.http.HttpServletRequest theRequest) throws java.rmi.RemoteException, javax.ejb.CreateException, ToolkitException
public EventService getEventService() throws java.rmi.RemoteException, javax.ejb.CreateException, ToolkitException
public static TrackingEventHelper getInstance()
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |