com.sun.jini.example.hello
Interface Hello

All Superinterfaces:
Remote
All Known Implementing Classes:
ActivatableServer, Server

public interface Hello
extends Remote

Defines a simple remote interface.

Author:
Sun Microsystems, Inc.

Method Summary
 String sayHello()
          Returns a message string.
 

Method Detail

sayHello

String sayHello()
                throws RemoteException
Returns a message string.

Returns:
message string
Throws:
RemoteException - if a remote communication problem occurs


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.