All Examples  All EJB Examples  This Group

Class examples.ejb.utils.ListAll

java.lang.Object
   |
   +----examples.ejb.utils.ListAll

public class ListAll
extends Object
This class demonstrates finding all the Enterprise JavaBeans in the JNDI tree

Author:
Copyright (c) 1999 by BEA WebXpress, Inc. All Rights Reserved.

Constructor Index

 o ListAll()

Method Index

 o main(String[])
Runs this example from the command line.

Constructors

 o ListAll
 public ListAll()

Methods

 o main
 public static void main(String args[])
Runs this example from the command line. Example:

java examples.ejb.utils.ListAll

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
user - User name, default null
password - User password, default null

All Examples  All EJB Examples  This Group