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

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

public class Client
extends java.lang.Object

Client Classes are used 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 all the beans and log details of them.
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

findBean

public void findBean()
              throws java.lang.Exception
This method will find all the beans and log details of them.

Throws:
java.lang.Exception - if and exception occurs

main

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



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