WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.rmi.hello
Class HelloClient

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

public class HelloClient
extends java.lang.Object

This client uses the remote HelloServer methods.

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

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

Field Detail

host

java.lang.String host

port

int port
Constructor Detail

HelloClient

public HelloClient()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception

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

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