WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.ejb20.bands
Class Client

java.lang.Object
  |
  +--examples.ejb20.bands.Client

public class Client
extends java.lang.Object


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

Constructor Detail

Client

public Client(java.lang.String url,
              java.lang.String user,
              java.lang.String password)
       throws javax.naming.NamingException
Method Detail

main

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

java examples.ejb20.bands.Client "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
user - User name, default null
password - User password, default null

run

public void run()
         throws java.lang.Exception

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.