All Examples  This Package

Class examples.cluster.rmi.HelloClusterClient

java.lang.Object
   |
   +----examples.cluster.rmi.HelloClusterClient

public class HelloClusterClient
extends Object
Client for simple clustered RMI service example.

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

Constructor Index

 o HelloClusterClient(String[])
Constructor takes an array of args, gets an initial context, and gets a remote reference to RMI object.

Method Index

 o getIterations()
 o hello()
 o main(String[])
Creates a Trade object and perform a specified number of random trades on it.

Constructors

 o HelloClusterClient
 public HelloClusterClient(String args[]) throws NamingException
Constructor takes an array of args, gets an initial context, and gets a remote reference to RMI object.

Methods

 o hello
 public String hello() throws RemoteException
 o getIterations
 public int getIterations()
 o main
 public static void main(String inArgs[])
Creates a Trade object and perform a specified number of random trades on it.


All Examples  This Package