WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.rmi_iiop.hello
Interface HelloWorld

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
HelloImpl

public interface HelloWorld
extends java.rmi.Remote

The HelloWorld interface.

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

Method Summary
 void sayHello()
           
 

Method Detail

sayHello

public void sayHello()
              throws java.rmi.RemoteException

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

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