com.bankframe.services.accesscontrol.ejb.groupmembers
Class Client

java.lang.Object
  extended bycom.bankframe.services.accesscontrol.ejb.groupmembers.Client

public class Client
extends java.lang.Object

This class is a client class to test the Enterprise Java Bean functionality, by creating a connection to the application server and sending DataPacket requests to the bean.

Author:
ETU

Constructor Summary
Client()
           
 
Method Summary
 void findBean()
          This method will find the bean and generate various requests on it.
static void main(java.lang.String[] args)
          This method is the 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

findBean

public void findBean()
              throws java.lang.Exception
This method will find the bean and generate various requests on it.

Throws:
java.lang.Exception - if an error occurs

main

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

Parameters:
args - the command line arguements


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