org.apache.james.queue.jms
Interface JMSSupport

All Known Implementing Classes:
JMSMailQueue

public interface JMSSupport

Interface which should get implemented by JMS depending implementations


Field Summary
static String JAMES_MAIL_ATTRIBUTE_NAMES
          JMS Property which holds the mail attribute names as String
static String JAMES_MAIL_ERROR_MESSAGE
          JMS Property which holds the error message as String
static String JAMES_MAIL_LAST_UPDATED
          JMS Property which holds the last updated time as long (ms)
static String JAMES_MAIL_MESSAGE_SIZE
          JMS Property which holds the mail size as long (bytes)
static String JAMES_MAIL_NAME
          JMS Property which holds the mail name as String
static String JAMES_MAIL_RECIPIENTS
          JMS Property which holds the recipient as String
static String JAMES_MAIL_REMOTEADDR
          JMS Property which holds the remote ipaddress as String
static String JAMES_MAIL_REMOTEHOST
          JMS Property which holds the remote hostname as String
static String JAMES_MAIL_SENDER
          JMS Property which holds the sender as String
static String JAMES_MAIL_SEPARATOR
          Separator which is used for separate an array of String values in the JMS Property value
static String JAMES_MAIL_STATE
          JMS Property which holds the mail state as String
static String JAMES_NEXT_DELIVERY
          JMS Property which holds next delivery time as long (ms)
 

Field Detail

JAMES_MAIL_RECIPIENTS

static final String JAMES_MAIL_RECIPIENTS
JMS Property which holds the recipient as String

See Also:
Constant Field Values

JAMES_MAIL_SENDER

static final String JAMES_MAIL_SENDER
JMS Property which holds the sender as String

See Also:
Constant Field Values

JAMES_MAIL_ERROR_MESSAGE

static final String JAMES_MAIL_ERROR_MESSAGE
JMS Property which holds the error message as String

See Also:
Constant Field Values

JAMES_MAIL_LAST_UPDATED

static final String JAMES_MAIL_LAST_UPDATED
JMS Property which holds the last updated time as long (ms)

See Also:
Constant Field Values

JAMES_MAIL_MESSAGE_SIZE

static final String JAMES_MAIL_MESSAGE_SIZE
JMS Property which holds the mail size as long (bytes)

See Also:
Constant Field Values

JAMES_MAIL_NAME

static final String JAMES_MAIL_NAME
JMS Property which holds the mail name as String

See Also:
Constant Field Values

JAMES_MAIL_SEPARATOR

static final String JAMES_MAIL_SEPARATOR
Separator which is used for separate an array of String values in the JMS Property value

See Also:
Constant Field Values

JAMES_MAIL_REMOTEHOST

static final String JAMES_MAIL_REMOTEHOST
JMS Property which holds the remote hostname as String

See Also:
Constant Field Values

JAMES_MAIL_REMOTEADDR

static final String JAMES_MAIL_REMOTEADDR
JMS Property which holds the remote ipaddress as String

See Also:
Constant Field Values

JAMES_MAIL_STATE

static final String JAMES_MAIL_STATE
JMS Property which holds the mail state as String

See Also:
Constant Field Values

JAMES_MAIL_ATTRIBUTE_NAMES

static final String JAMES_MAIL_ATTRIBUTE_NAMES
JMS Property which holds the mail attribute names as String

See Also:
Constant Field Values

JAMES_NEXT_DELIVERY

static final String JAMES_NEXT_DELIVERY
JMS Property which holds next delivery time as long (ms)

See Also:
Constant Field Values


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.