WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.rmi_iiop.hello
Class HelloClient

java.lang.Object
  |
  +--examples.rmi_iiop.hello.HelloClient

public final class HelloClient
extends java.lang.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.

Field Summary
(package private) static java.lang.String rmiObj
           
 
Constructor Summary
HelloClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rmiObj

static java.lang.String rmiObj
Constructor Detail

HelloClient

public HelloClient()
Method Detail

main

public static void main(java.lang.String[] args)

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

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