JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.newsclub.net.unix.demo
Package
org.newsclub.net.unix.demo.rmi.services
Interface World
All Superinterfaces:
Remote
public interface
World
extends
Remote
A very simple "world" service.
Author:
Christian Kohlschütter
See Also:
HelloWorld
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
world
()
Returns "World" (or something else?).
Method Details
world
String
world
() throws
RemoteException
Returns "World" (or something else?).
Returns:
"World" (usually)
Throws:
RemoteException
- if the operation fails.