Nitido Inc.

com.nitido.nimx.services.notification
Interface NotificationConstants

All Known Implementing Classes:
CleanStatusCacheThread, DeliveryChannel, EmailDeliveryChannel, NotificationServiceImpl, SMSDeliveryChannel, StatusTicketCache, StubEmailDeliveryChannel

public interface NotificationConstants


Field Summary
static java.lang.String CONF_KEY_CACHE_EXPIRE_TIME
           
static java.lang.String CONF_KEY_CACHE_MAX_TIME
           
static java.lang.String CONF_KEY_CACHE_PREFIX
          Configuration keys for the status cache
static java.lang.String CONF_KEY_CACHE_REMOVE_FINAL
           
static java.lang.String CONF_KEY_CACHE_SLEEP_TIME
           
static java.lang.String CONF_KEY_DELIVERY_CHANNEL_LIST_PREFIX
          The configuration prefix for the channel list
static java.lang.String CONF_KEY_DELIVERY_CHANNELS_PREFIX
          The prefix that the delivery channels will use in the configuration file.
static java.lang.String KEY_TRANSACTION_PREFIX
          Prefix to use for the tickets generated for transactions.
static int LEN_PREFIX_TOKEN
           
static int LEN_PREFIX_USER_SPACE
           
static java.lang.String PREFIX_TOKEN
          Prefix for configuration values that need to refer to credential token values.
static java.lang.String PREFIX_USER_SPACE
          Prefix for configuration values that need to refer to user space to retrieve the actual value.
static java.lang.String PROTOCOL_ADDRESS_SEPARATOR
          Value used as the separator between the protocol prefix and the address.
static java.lang.String TICKET_SEPARATOR
          The seprator to use when combining different pieces of information to create a ticket.
 

Field Detail

CONF_KEY_DELIVERY_CHANNELS_PREFIX

static final java.lang.String CONF_KEY_DELIVERY_CHANNELS_PREFIX
The prefix that the delivery channels will use in the configuration file.

See Also:
Constant Field Values

CONF_KEY_DELIVERY_CHANNEL_LIST_PREFIX

static final java.lang.String CONF_KEY_DELIVERY_CHANNEL_LIST_PREFIX
The configuration prefix for the channel list

See Also:
Constant Field Values

CONF_KEY_CACHE_PREFIX

static final java.lang.String CONF_KEY_CACHE_PREFIX
Configuration keys for the status cache

See Also:
Constant Field Values

CONF_KEY_CACHE_SLEEP_TIME

static final java.lang.String CONF_KEY_CACHE_SLEEP_TIME
See Also:
Constant Field Values

CONF_KEY_CACHE_EXPIRE_TIME

static final java.lang.String CONF_KEY_CACHE_EXPIRE_TIME
See Also:
Constant Field Values

CONF_KEY_CACHE_MAX_TIME

static final java.lang.String CONF_KEY_CACHE_MAX_TIME
See Also:
Constant Field Values

CONF_KEY_CACHE_REMOVE_FINAL

static final java.lang.String CONF_KEY_CACHE_REMOVE_FINAL
See Also:
Constant Field Values

PREFIX_USER_SPACE

static final java.lang.String PREFIX_USER_SPACE
Prefix for configuration values that need to refer to user space to retrieve the actual value.

See Also:
Constant Field Values

LEN_PREFIX_USER_SPACE

static final int LEN_PREFIX_USER_SPACE

PREFIX_TOKEN

static final java.lang.String PREFIX_TOKEN
Prefix for configuration values that need to refer to credential token values.

See Also:
Constant Field Values

LEN_PREFIX_TOKEN

static final int LEN_PREFIX_TOKEN

PROTOCOL_ADDRESS_SEPARATOR

static final java.lang.String PROTOCOL_ADDRESS_SEPARATOR
Value used as the separator between the protocol prefix and the address. ex: mailto://some@email.com

See Also:
Constant Field Values

KEY_TRANSACTION_PREFIX

static final java.lang.String KEY_TRANSACTION_PREFIX
Prefix to use for the tickets generated for transactions.

See Also:
Constant Field Values

TICKET_SEPARATOR

static final java.lang.String TICKET_SEPARATOR
The seprator to use when combining different pieces of information to create a ticket. ex: email::1000::mailto://kid@nitido.com

See Also:
Constant Field Values

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.