WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.rmi.multihello
Class sayHello

java.lang.Object
  |
  +--examples.rmi.multihello.sayHello

public class sayHello
extends java.lang.Object

This simple example uses WebLogic RMI to say "Hello World" multiple times. Note that there is no explicit creation of a T3Client nor connection to a WebLogic Server, although this program runs as a T3Client application.

Author:
Copyright (c) 1999-2002 by BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String JNDI_FACTORY
          Defines the JNDI context factory.
 
Constructor Summary
sayHello()
           
 
Method Summary
static void main(java.lang.String[] argv)
          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
 

Field Detail

JNDI_FACTORY

public static final java.lang.String JNDI_FACTORY
Defines the JNDI context factory.
Constructor Detail

sayHello

public sayHello()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Runs this example from the command line.

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

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