net.sbbi.upnp.samples
Interface HelloWorldInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- HelloWorld
- public interface HelloWorldInterface
- extends java.rmi.Remote
Remote Interface for the HelloWorld example.
- Version:
- 1.0
- Author:
- SuperBonBon
Method Summary |
java.lang.String |
say(java.lang.String myName)
Remotely invocable method. |
say
public java.lang.String say(java.lang.String myName)
throws java.rmi.RemoteException
- Remotely invocable method.
- Returns:
- the message of the remote object, such as "Hello, world!".
- Throws:
java.rmi.RemoteException
- if the remote invocation fails.
Copyright © 2005 SuperBonBon Industries. All Rights Reserved.