WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

examples.rmi.multihello
Interface Hello

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

public interface Hello
extends java.rmi.Remote

This remote interface is implemented by HelloImpl. It has only one method, which returns a String message.

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

Method Summary
 java.lang.String sayHello()
           
 

Method Detail

sayHello

public java.lang.String sayHello()
                          throws java.rmi.RemoteException

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

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