jfract V1.0a

org.jfract.rmi
Interface RemoteFractalComputer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteFractalComputerImpl

public interface RemoteFractalComputer
extends java.rmi.Remote


Method Summary
 void computeFractal(PointDouble[] points, FractalComputer computer, java.lang.Integer number)
           
 java.lang.Integer getNumber()
           
 java.lang.Integer[] getResult()
           
 boolean isFinished()
           
 void start()
           
 

Method Detail

computeFractal

public void computeFractal(PointDouble[] points,
                           FractalComputer computer,
                           java.lang.Integer number)
                    throws java.rmi.RemoteException

isFinished

public boolean isFinished()
                   throws java.rmi.RemoteException

start

public void start()
           throws java.rmi.RemoteException

getResult

public java.lang.Integer[] getResult()
                              throws java.rmi.RemoteException

getNumber

public java.lang.Integer getNumber()
                            throws java.rmi.RemoteException

jfract V1.0a

Generee le 27.09.2002 08:21:59 PM