|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ei.txnhandler.impl.destination.Client
Destination Client
Usage:
java com.bankframe.examples.txnhandler.destination.client.Client -r destinationIdjava com.bankframe.examples.txnhandler.destination.client.Client -n destinationId name parametersjava com.bankframe.examples.txnhandler.destination.client.Client -d destinationId
| Field Summary | |
static int |
HANDLE_CREATE
|
static int |
HANDLE_DELETE
|
static int |
HANDLE_REQUEST
|
static java.lang.String |
JNDI_LOOKUP_NAME
|
| Constructor Summary | |
Client()
|
|
| Method Summary | |
void |
handleDelete()
This method deletes a Destination |
void |
handleRequest()
This method displays a Destination |
int |
init(java.lang.String[] args)
Parse command line |
static void |
main(java.lang.String[] args)
Entry point |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int HANDLE_REQUEST
public static final int HANDLE_CREATE
public static final int HANDLE_DELETE
public static final java.lang.String JNDI_LOOKUP_NAME
| Constructor Detail |
public Client()
| Method Detail |
public void handleDelete()
public void handleRequest()
public int init(java.lang.String[] args)
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||