All examples  RMI over IIOP examples  Hello example

Class examples.rmi_iiop.hello.HelloClient


java.lang.Object

   |

   +----examples.rmi_iiop.hello.HelloClient


public final class HelloClient
extends Object
This CORBA client initializes an ORB, obtains a reference to the HelloServer, and calls HelloServer methods.

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

Constructor Index

 o HelloClient()

Method Index

 o main(String[])

Constructors

 o HelloClient

 public HelloClient()

Methods

 o main

 public static void main(String args[])


All examples  RMI over IIOP examples  Hello example