examples.ejb20.basic.beanManaged
Class ClientTst

java.lang.Object
  |
  +--examples.ejb20.basic.beanManaged.ClientTst

public class ClientTst
extends java.lang.Object

This class demonstrates calling an entity EJBean.

This class also illustrates how to lookup an EJB home in the JNDI tree.

Author:
Copyright (c) 1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1998-2001 by BEA Systems, Inc. All Rights Reserved., Copyright (c) 2001 by March Hare Pty Ltd, Inc. All Rights Reserved.

Constructor Summary
ClientTst(java.lang.String url)
           
 
Method Summary
 void example()
           
static void main(java.lang.String[] args)
           
static java.lang.String maintst(java.lang.String[] args)
          Runs this example from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientTst

public ClientTst(java.lang.String url)
          throws javax.naming.NamingException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws javax.naming.NamingException

maintst

public static java.lang.String maintst(java.lang.String[] args)
                                throws javax.naming.NamingException
Runs this example from the command line. Example:

java examples.ejb20.basic.beanManaged.ClientTst "t3://localhost:7001"

The parameters are optional, but if any are supplied, they are interpreted in this order:

Parameters:
url - URL such as "t3://localhost:7001" of Server

example

public void example()
             throws javax.ejb.CreateException,
                    java.rmi.RemoteException,
                    javax.ejb.FinderException,
                    javax.ejb.RemoveException