WebLogic Server 6.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) 1997-98 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.

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
 

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/docs60

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