com.bankframe.services.sessionmgmt
Class Client

java.lang.Object
  extended bycom.bankframe.services.sessionmgmt.Client

public class Client
extends java.lang.Object

BankFrame MCA Session Management test rig


Constructor Summary
Client()
           
 
Method Summary
 int init(java.lang.String[] args)
          All Client classes implement an init method so that they can be run as an Applet or as an Application.
static void main(java.lang.String[] args)
          main method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

init

public int init(java.lang.String[] args)
All Client classes implement an init method so that they can be run as an Applet or as an Application. All initialization code is performed here.

Parameters:
args - An array of String arguments that are passed as paramaters to the program.
Returns:
int Status code of a successful call.

main

public static void main(java.lang.String[] args)
main method



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