com.ibm.commerce.marketingcenter.events.runtime

Class MktgEventRegistry

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.events.runtime.MktgEventRegistry


  • public class MktgEventRegistry
    extends java.lang.Object
    A registry to associate events with the names of classes that handle those events.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MktgEventRegistry()
      Constructs a MktgEventRegistry object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getEntry(java.lang.String entry)
      Returns an entry in the registry.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • MktgEventRegistry

        public MktgEventRegistry()
        Constructs a MktgEventRegistry object.
    • Method Detail

      • getEntry

        public java.lang.String getEntry(java.lang.String entry)
        Returns an entry in the registry.
        Parameters:
        entry - The name of the event.
        Returns:
        The name of the handler class.