com.bankframe.ei.txnhandler.impl.persistertxnmap
Class Client

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.impl.persistertxnmap.Client

public class Client
extends java.lang.Object

The Client Class for the PersisterTxnMapBean Usage:

  1. java com.bankframe.ei.txnhandler.persistertxnmap.Client -c (HANDLE_CREATE) entityName, finderName, txnCode, txnType, cache, timeOutValue

  2. Create a Persister transaction map
  3. java com.bankframe.ei.txnhandler.persistertxnmap.Client -pk (HANDLE_FIND_BY_PRIMARYKEY) entityName, finderName

  4. Retrieve a Persister transaction map

Author:
Rob O'Neill

Field Summary
static int HANDLE_BREAK
           
static int HANDLE_CREATE
           
static int HANDLE_FIND_BY_PRIMARYKEY
           
 
Constructor Summary
Client()
           
 
Method Summary
 void handleCreate()
          This method is used to create a new PersisterTxnMapHome EJB
 void handleFindByPrimaryKey()
          This method is used to find a record by primaryKey
 int init(java.lang.String[] args)
          This function initializes the startup variables and objects.
static void main(java.lang.String[] args)
          This method is used to run the Client Class
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLE_CREATE

public static final int HANDLE_CREATE
See Also:
Constant Field Values

HANDLE_BREAK

public static final int HANDLE_BREAK
See Also:
Constant Field Values

HANDLE_FIND_BY_PRIMARYKEY

public static final int HANDLE_FIND_BY_PRIMARYKEY
See Also:
Constant Field Values
Constructor Detail

Client

public Client()
Method Detail

handleCreate

public void handleCreate()
This method is used to create a new PersisterTxnMapHome EJB


handleFindByPrimaryKey

public void handleFindByPrimaryKey()
This method is used to find a record by primaryKey


init

public int init(java.lang.String[] args)
This function initializes the startup variables and objects. It also analyzes the request type and calls the required processing

Parameters:
args - String[]
Returns:
int - handle for main()

main

public static void main(java.lang.String[] args)
This method is used to run the Client Class

Parameters:
args -


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