com.bankframe.services.notification
Class NotificationProperties

java.lang.Object
  extended by com.bankframe.services.notification.NotificationProperties

public class NotificationProperties
extends 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 String COUND_NOT_CREATE_CLASS
           
static String FACTORY_KEY
           
static String PAYLOAD_LOG_FILE
           
static String REMOTE_NOTIFICATION_URL
           
static String REQUEST
           
static String RESPONSE
           
static String RESPONSE_LOG_FILE
           
static String RETRIES
           
static String RMI_PORT
           
static String SOURCE_NODE
           
static String SOURCE_PORT
           
static String TARGET_NODE
           
static String TARGET_PORT
           
static String TIMEOUT
           
 
Constructor Summary
NotificationProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGET_PORT

public static final String TARGET_PORT
See Also:
Constant Field Values

SOURCE_PORT

public static final String SOURCE_PORT
See Also:
Constant Field Values

TIMEOUT

public static final String TIMEOUT
See Also:
Constant Field Values

RETRIES

public static final String RETRIES
See Also:
Constant Field Values

RESPONSE_LOG_FILE

public static final String RESPONSE_LOG_FILE
See Also:
Constant Field Values

PAYLOAD_LOG_FILE

public static final String PAYLOAD_LOG_FILE
See Also:
Constant Field Values

COUND_NOT_CREATE_CLASS

public static final String COUND_NOT_CREATE_CLASS
See Also:
Constant Field Values

REQUEST

public static final String REQUEST
See Also:
Constant Field Values

RESPONSE

public static final String RESPONSE
See Also:
Constant Field Values

SOURCE_NODE

public static final String SOURCE_NODE
See Also:
Constant Field Values

TARGET_NODE

public static final String TARGET_NODE
See Also:
Constant Field Values

RMI_PORT

public static final String RMI_PORT
See Also:
Constant Field Values

REMOTE_NOTIFICATION_URL

public static final String REMOTE_NOTIFICATION_URL
See Also:
Constant Field Values

FACTORY_KEY

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

NotificationProperties

public NotificationProperties()


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