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

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

public class Client
extends java.lang.Object

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


Constructor Summary
Client()
           
 
Method Summary
 void findBean()
          This method will find the bean an perform method calls 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 perform method calls on it.

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

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.