com.bankframe.examples.txnhandler.connector.testcustomer
Class TestCustomerData

java.lang.Object
  |
  +--com.bankframe.examples.txnhandler.connector.testcustomer.TestCustomerData

public class TestCustomerData
extends java.lang.Object

This class mimics the behaviour of a host system, it takes requests and returns responses. It it used for testing Transaction Handler functionality


Constructor Summary
TestCustomerData()
          Default constructor
 
Method Summary
 java.lang.String getString(java.lang.String key)
          This method gets a value from the resource bundle
 java.util.TreeMap getSubSet(java.lang.String prefix)
          This method gets a subset of the resource bundle
 byte[] processTransaction(byte[] bytes)
          This method processes a transaction
 void putString(java.lang.String key, java.lang.String value)
          This method updates a value in the resource bundle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCustomerData

public TestCustomerData()
Default constructor

Method Detail

getString

public java.lang.String getString(java.lang.String key)
This method gets a value from the resource bundle


getSubSet

public java.util.TreeMap getSubSet(java.lang.String prefix)
This method gets a subset of the resource bundle


processTransaction

public byte[] processTransaction(byte[] bytes)
This method processes a transaction


putString

public void putString(java.lang.String key,
                      java.lang.String value)
This method updates a value in the resource bundle



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