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

java.lang.Object
  extended bycom.bankframe.services.accesscontrol.ejb.userpermission.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. This class tests the functionality of the EJBUserPermissionBean

Author:
ETU

Constructor Summary
Client()
           
 
Method Summary
 void findBean()
          This method will find the bean an call various methods on it.
static void main(java.lang.String[] args)
          This method runs the client.
 
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 an call various methods on it.

Throws:
java.lang.Exception

main

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

Parameters:
args - command line arguements


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