public interface JMSSupport
| Modifier and Type | Field and Description | 
|---|---|
| static String | JAMES_MAIL_ATTRIBUTE_NAMESJMS Property which holds the mail attribute names as String | 
| static String | JAMES_MAIL_ERROR_MESSAGEJMS Property which holds the error message as String | 
| static String | JAMES_MAIL_LAST_UPDATEDJMS Property which holds the last updated time as long (ms) | 
| static String | JAMES_MAIL_MESSAGE_SIZEJMS Property which holds the mail size as long (bytes) | 
| static String | JAMES_MAIL_NAMEJMS Property which holds the mail name as String | 
| static String | JAMES_MAIL_RECIPIENTSJMS Property which holds the recipient as String | 
| static String | JAMES_MAIL_REMOTEADDRJMS Property which holds the remote ipaddress as String | 
| static String | JAMES_MAIL_REMOTEHOSTJMS Property which holds the remote hostname as String | 
| static String | JAMES_MAIL_SENDERJMS Property which holds the sender as String | 
| static String | JAMES_MAIL_SEPARATORSeparator which is used for separate an array of String values in the JMS
 Property value | 
| static String | JAMES_MAIL_STATEJMS Property which holds the mail state as String | 
| static String | JAMES_NEXT_DELIVERYJMS Property which holds next delivery time as long (ms) | 
static final String JAMES_MAIL_RECIPIENTS
static final String JAMES_MAIL_SENDER
static final String JAMES_MAIL_ERROR_MESSAGE
static final String JAMES_MAIL_LAST_UPDATED
static final String JAMES_MAIL_MESSAGE_SIZE
static final String JAMES_MAIL_NAME
static final String JAMES_MAIL_SEPARATOR
static final String JAMES_MAIL_REMOTEHOST
static final String JAMES_MAIL_REMOTEADDR
static final String JAMES_MAIL_STATE
static final String JAMES_MAIL_ATTRIBUTE_NAMES
static final String JAMES_NEXT_DELIVERY
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.