|
| WebLogic Server 6.0 Code Examples, BEA Systems, Inc. |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.rmi.multihello
Interface Hello
- All Superinterfaces:
- weblogic.rmi.Remote, java.rmi.Remote
- All Known Implementing Classes:
- HelloImpl
- public interface Hello
- extends weblogic.rmi.Remote
This remote interface is implemented by HelloImpl. It has
only one method, which returns a String message.
- Author:
- Copyright (c) 1997-98 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.
Method Summary |
java.lang.String |
sayHello()
|
sayHello
public java.lang.String sayHello()
throws weblogic.rmi.RemoteException
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.