simula
Interface EspacioRemoto

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

public interface EspacioRemoto
extends java.rmi.Remote


Method Summary
 void aquiCambio()
           
 boolean comienza(java.lang.String visualizar_ip, int tamanhoY, int tamanhoX)
           
 void end()
           
 float getConcentracionRemota(int y, int x, int tipo)
           
 java.lang.String getID()
           
 boolean setTremitaAfar(int y, int x, int w, int tipo)
          incluye una tremita proveniente de otro EspacioRemoto indica si la accion pudo ser ejecutada
 void toggleRendering()
           
 

Method Detail

getConcentracionRemota

public float getConcentracionRemota(int y,
                                    int x,
                                    int tipo)
                             throws java.rmi.RemoteException
java.rmi.RemoteException

setTremitaAfar

public boolean setTremitaAfar(int y,
                              int x,
                              int w,
                              int tipo)
                       throws java.rmi.RemoteException
incluye una tremita proveniente de otro EspacioRemoto indica si la accion pudo ser ejecutada

java.rmi.RemoteException

aquiCambio

public void aquiCambio()
                throws java.rmi.RemoteException
java.rmi.RemoteException

comienza

public boolean comienza(java.lang.String visualizar_ip,
                        int tamanhoY,
                        int tamanhoX)
                 throws java.rmi.RemoteException,
                        java.rmi.NotBoundException,
                        java.net.MalformedURLException
java.rmi.RemoteException
java.rmi.NotBoundException
java.net.MalformedURLException

toggleRendering

public void toggleRendering()
                     throws java.rmi.RemoteException
java.rmi.RemoteException

getID

public java.lang.String getID()
                       throws java.rmi.RemoteException
java.rmi.RemoteException

end

public void end()
         throws java.rmi.RemoteException
java.rmi.RemoteException