Class WorldImpl

java.lang.Object
org.newsclub.net.unix.demo.rmi.WorldImpl
All Implemented Interfaces:
Remote, World

public class WorldImpl extends Object implements World
The implementation of the very simple World service.
Author:
Christian Kohlschütter
  • Constructor Details

    • WorldImpl

      public WorldImpl(String text)
      Creates a new World instance.
      Parameters:
      text - The text to return upon calling world().
  • Method Details