com.primix.vlib.ejb
Interface IMailMessageConstants

All Known Implementing Classes:
OperationsBean, MailQueueBean

public interface IMailMessageConstants

Provides property names used with a MapMessage when communicating between beans via queues.

Version:
$Id: IMailMessageConstants.java,v 1.1 2001/06/22 20:40:09 hship Exp $
Author:
Howard Ship

Field Summary
static java.lang.String CONTENT
          The content (or body) of the mail message.
static java.lang.String EMAIL_ADDRESS
          The address to which the mail should be sent.
static java.lang.String SUBJECT
          The subject line for the mail message (should be short).
 

Field Detail

EMAIL_ADDRESS

public static final java.lang.String EMAIL_ADDRESS
The address to which the mail should be sent.

SUBJECT

public static final java.lang.String SUBJECT
The subject line for the mail message (should be short).

CONTENT

public static final java.lang.String CONTENT
The content (or body) of the mail message. Should be simple ASCII (for now).