Package chapters.mdc

Class NumberCruncherServer

  • All Implemented Interfaces:
    NumberCruncher, Serializable, Remote

    public class NumberCruncherServer
    extends UnicastRemoteObject
    implements NumberCruncher
    A simple NumberCruncher implementation that logs its progress when factoring numbers. The purpose of the whole exercise is to show the use of mapped diagnostic contexts in order to distinguish the log output from different client requests.
    See Also:
    Serialized Form