• Packages that use EmailJobKeeper 
    Package Description
    com.ibm.commerce.emarketing.engine
    Provides the objects that perform the underlying operations for e-mail activities.
    • Uses of EmailJobKeeper in com.ibm.commerce.emarketing.engine

      Methods in com.ibm.commerce.emarketing.engine that return EmailJobKeeper 
      Modifier and Type Method and Description
      static EmailJobKeeper EmailJobKeeper.getInstance(EmailRecipientSupplier sendingJobType, long id)
      This method get the on-going instance of this class
      Constructors in com.ibm.commerce.emarketing.engine with parameters of type EmailJobKeeper 
      Constructor and Description
      SMTPDistributor(EmailJobKeeper jobKeeper, boolean buildRec)
      The SMTP distributor is a utility to deliver a bunch of email prepared inside Email Job Keeper, For large volume of email, the email-sending will be split into multiple scheduler-job; and for each scheduler-job, a new SMTPDistriubter will go to the Email Job Keeper to get the sending-job (email template, email account info, etc) and a list of recipients that are scheduled for the same schedule.
      SMTPDistributor(EmailJobKeeper jobKeeper, boolean buildRec, boolean newIndividualEmail)
      The SMTP distributor is a utility to deliver a bunch of email prepared inside Email Job Keeper, For large volume of email, the email-sending will be split into multiple scheduler-job; and for each scheduler-job, a new SMTPDistriubter will go to the Email Job Keeper to get the sending-job (email template, email account info, etc) and a list of recipients that are scheduled for the same schedule.