com.bankframe.services.notification
Class NotificationProperties

java.lang.Object
  extended bycom.bankframe.services.notification.NotificationProperties

public class NotificationProperties
extends java.lang.Object

The purpose of this class is to contain Notification contant keys i.e. keys for the BankframeResource.properties or BankframeMessages.properties


Field Summary
static java.lang.String COUND_NOT_CREATE_CLASS
           
static java.lang.String FACTORY_KEY
           
static java.lang.String PAYLOAD_LOG_FILE
           
static java.lang.String REMOTE_NOTIFICATION_URL
           
static java.lang.String REQUEST
           
static java.lang.String RESPONSE
           
static java.lang.String RESPONSE_LOG_FILE
           
static java.lang.String RETRIES
           
static java.lang.String RMI_PORT
           
static java.lang.String SOURCE_NODE
           
static java.lang.String SOURCE_PORT
           
static java.lang.String TARGET_NODE
           
static java.lang.String TARGET_PORT
           
static java.lang.String TIMEOUT
           
 
Constructor Summary
NotificationProperties()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGET_PORT

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

SOURCE_PORT

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

TIMEOUT

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

RETRIES

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

RESPONSE_LOG_FILE

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

PAYLOAD_LOG_FILE

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

COUND_NOT_CREATE_CLASS

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

REQUEST

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

RESPONSE

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

SOURCE_NODE

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

TARGET_NODE

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

RMI_PORT

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

REMOTE_NOTIFICATION_URL

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

FACTORY_KEY

public static final java.lang.String FACTORY_KEY
See Also:
Constant Field Values
Constructor Detail

NotificationProperties

public NotificationProperties()


Copyright © 2005, 2007, Oracle. All rights reserved.