Class HelloWorldImpl

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

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

    • HelloWorldImpl

      public HelloWorldImpl(org.newsclub.net.unix.rmi.AFNaming naming)
      Creates a new HelloWorld implementation.
      Parameters:
      naming - The naming instance to use.
  • Method Details