|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.impl.persistertxnmap.Client
The Client Class for the PersisterTxnMapBean
Usage:
java com.bankframe.ei.txnhandler.persistertxnmap.Client -c (HANDLE_CREATE) entityName, finderName, txnCode, txnType, cache, timeOutValue
java com.bankframe.ei.txnhandler.persistertxnmap.Client -pk (HANDLE_FIND_BY_PRIMARYKEY) entityName, finderName
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 |
public static final int HANDLE_CREATE
public static final int HANDLE_BREAK
public static final int HANDLE_FIND_BY_PRIMARYKEY
Constructor Detail |
public Client()
Method Detail |
public void handleCreate()
public void handleFindByPrimaryKey()
public int init(java.lang.String[] args)
args
- String[]
public static void main(java.lang.String[] args)
args
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |