com.bankframe.services.resource
Class BankFrameResourceBundle

java.lang.Object
  extended bycom.bankframe.services.resource.BaseBankFrameResource
      extended bycom.bankframe.services.resource.BankFrameResourceBundle
All Implemented Interfaces:
BankFrameResource
Direct Known Subclasses:
BankFrameMessageResource

public class BankFrameResourceBundle
extends BaseBankFrameResource

This class caches a java.util.ResourceBundle instance. It re-reads the specified resource file at a specified interval. The interval is determined by the value of the resource.cache.refreshInterval setting contained in the resource file. This value should be specified in seconds. If the value is not present in the resource file then the file will be re-read every 15 minutes. If the value is -1 then the file will never be re-read.


Field Summary
static java.lang.String BANKFRAME_RESOURCE_NAME
           
 
Fields inherited from class com.bankframe.services.resource.BaseBankFrameResource
DEFAULT_REFRESH_INTERVAL, REFRESH_INTERVAL_KEY
 
Constructor Summary
BankFrameResourceBundle()
          Default Constructor
BankFrameResourceBundle(java.lang.String resourceName)
          Constructor.
BankFrameResourceBundle(java.net.URL resourceUrl)
          Constructor
 
Methods inherited from class com.bankframe.services.resource.BaseBankFrameResource
get, getBoolean, getDescription, getDescription, getDouble, getInteger, getLong, getString, getSubset, getUrl, keys, put, remove, remove, removeAll, removeSubset, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANKFRAME_RESOURCE_NAME

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

BankFrameResourceBundle

public BankFrameResourceBundle()
Default Constructor


BankFrameResourceBundle

public BankFrameResourceBundle(java.lang.String resourceName)
Constructor.

Parameters:
resourceName - the name of the BankFrame resource

BankFrameResourceBundle

public BankFrameResourceBundle(java.net.URL resourceUrl)
Constructor

Parameters:
resourceUrl - the URL of the BankFrame resource


Copyright © 2004 Siebel Systems, Inc. All rights reserved.