org.jfract.rmi
Interface RemoteFractalComputer
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteFractalComputerImpl
- public interface RemoteFractalComputer
- extends java.rmi.Remote
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
Generee le 27.09.2002 08:21:59 PM