Log4j 0.9.1

org.log4j.examples
Interface NumberCruncher

All Superinterfaces:
Remote
All Known Implementing Classes:
NumberCruncherServer

public interface NumberCruncher
extends Remote

NumberCruncher's factor positive integers. See source code for more details.

Author:
Ceki Gülcü

Method Summary
 int[] factor(int number)
          Factor a positive integer number and return its distinct factor's as an integer array.
 

Method Detail

factor

public int[] factor(int number)
             throws RemoteException
Factor a positive integer number and return its distinct factor's as an integer array.

Log4j 0.9.1

Please notify me about new log4j releases.