com.bankframe
Class BankframeResource

java.lang.Object
  extended bycom.bankframe.BankframeResource

Deprecated. This class has been replaced by com.bankframe.resource.BankFrameMCAResource

public class BankframeResource
extends java.lang.Object

BankframeResource provides methods to access configuration data stored in the Bankframe resource file


Field Summary
static java.lang.String INVALID_KEY
          Deprecated.  
 
Constructor Summary
BankframeResource()
          Deprecated.  
 
Method Summary
static java.lang.String getString(java.lang.String key)
          Deprecated. This method gets a specific resource setting's value
static java.util.Hashtable getSubSet(java.lang.String prefix)
          Deprecated. This method sets a sub set of the keys in BankFrame resource, identified by the specified prefix.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_KEY

public static final java.lang.String INVALID_KEY
Deprecated. 
Constructor Detail

BankframeResource

public BankframeResource()
Deprecated. 
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Deprecated. 
This method gets a specific resource setting's value

Parameters:
key - The setting to retrieve
Returns:
String containing the value of the specified setting

getSubSet

public static java.util.Hashtable getSubSet(java.lang.String prefix)
Deprecated. 
This method sets a sub set of the keys in BankFrame resource, identified by the specified prefix. The prefix will be stripped from the returned key names e.g. BankFrameResourceImpl.getSubSet("routes") will return a hashtable containing the all the keys in BankFrameResourceImpl beginning with 'routes.'

Parameters:
prefix - Prefix that identifies the subset of keys to retrieve
Returns:
Hashtable containing all matching keys


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