java.lang.Object | +--com.ibm.commerce.marketingcenter.events.runtime.MktgEventHandlerFactory
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
public static MktgEventRegistry mktgEventReg
Method Detail |
---|
public static MktgEventHandler createHandler(java.lang.String registryEntryType)
registryEntryType
- The event name as specified in the
MarketingEventService
class.MktgEventHandler
object.