com.bankframe.services.authentication.ejb.user
Class Client

java.lang.Object
  extended bycom.bankframe.services.authentication.ejb.user.Client

public class Client
extends java.lang.Object

This class is a client program to test the EJBUser class. It retrieves all the userIds and names using the EJBUser Bean

Usage:

  1. java com.bankframe.services.authentication.ejb.user

Author:
ETU

Constructor Summary
Client()
           
 
Method Summary
 void findBean()
          This method will find the EJBUser bean and print out the UserIds and Names it retrieves.
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 the EJBUser bean and print out the UserIds and Names it retrieves.

Throws:
java.lang.Exception

main

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



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