com.ibm.commerce.marketingcenter.events.runtime
Class MktgEventHandlerFactory

java.lang.Object
  |
  +--com.ibm.commerce.marketingcenter.events.runtime.MktgEventHandlerFactory

public class MktgEventHandlerFactory
extends java.lang.Object

This factory class creates a marketing events handler class for given event.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static  MktgEventRegistry mktgEventReg
          Event registry.
 
Method Summary
static  MktgEventHandler createHandler(java.lang.String registryEntryType)
          This returns an object that handles the specified event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

mktgEventReg

public static MktgEventRegistry mktgEventReg
Event registry.
Method Detail

createHandler

public static MktgEventHandler createHandler(java.lang.String registryEntryType)
This returns an object that handles the specified event.
Parameters:
registryEntryType - The event name as specified in the MarketingEventService class.
Returns:
MktgEventHandler object.