RemoteSimulationService.AsyncIface ================================== .. java:package:: ch.epfl.leb.sass.server :noindex: .. java:type:: public interface AsyncIface :outertype: RemoteSimulationService Methods ------- createSimulation ^^^^^^^^^^^^^^^^ .. java:method:: public void createSimulation(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface deleteSimulation ^^^^^^^^^^^^^^^^ .. java:method:: public void deleteSimulation(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getCameraJsonName ^^^^^^^^^^^^^^^^^ .. java:method:: public void getCameraJsonName(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getControlSignal ^^^^^^^^^^^^^^^^ .. java:method:: public void getControlSignal(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getFluorescenceJsonName ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void getFluorescenceJsonName(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getFovSize ^^^^^^^^^^ .. java:method:: public void getFovSize(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getImageCount ^^^^^^^^^^^^^ .. java:method:: public void getImageCount(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getLaserJsonName ^^^^^^^^^^^^^^^^ .. java:method:: public void getLaserJsonName(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getNextImage ^^^^^^^^^^^^ .. java:method:: public void getNextImage(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getObjectSpacePixelSize ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void getObjectSpacePixelSize(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getObjectiveJsonName ^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void getObjectiveJsonName(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getServerStatus ^^^^^^^^^^^^^^^ .. java:method:: public void getServerStatus(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getShortTrueSignalDescription ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void getShortTrueSignalDescription(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getStageJsonName ^^^^^^^^^^^^^^^^ .. java:method:: public void getStageJsonName(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface getTrueSignal ^^^^^^^^^^^^^ .. java:method:: public void getTrueSignal(int id, int imageNum, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface incrementTimeStep ^^^^^^^^^^^^^^^^^ .. java:method:: public void incrementTimeStep(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface setControlSignal ^^^^^^^^^^^^^^^^ .. java:method:: public void setControlSignal(int id, double power, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface toJsonMessages ^^^^^^^^^^^^^^ .. java:method:: public void toJsonMessages(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface toJsonState ^^^^^^^^^^^ .. java:method:: public void toJsonState(int id, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncIface