All Examples  This Package

Class examples.rmi.multihello.sayHello

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

public class sayHello
extends 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-99 by BEA Systems. All Rights Reserved.

Constructor Index

 o sayHello()

Method Index

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

Constructors

 o sayHello
 public sayHello()

Methods

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


All Examples  This Package