net.sbbi.upnp.samples
Interface HelloWorldInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
HelloWorld

public interface HelloWorldInterface
extends Remote

Remote Interface for the HelloWorld example.

Version:
1.0
Author:
SuperBonBon

Method Summary
 String say(String myName)
          Remotely invocable method.
 

Method Detail

say

String say(String myName)
           throws RemoteException
Remotely invocable method.

Returns:
the message of the remote object, such as "Hello, world!".
Throws:
RemoteException - if the remote invocation fails.


Copyright © 2010. All Rights Reserved.