org.simBio.sim.js
Class Stop

java.lang.Object
  extended by org.simBio.sim.js.Stop

public class Stop
extends java.lang.Object

Stop Workers. To execute, add VM argument as: -Djava.security.policy=policy.all -Djava.rmi.server.codebase=http://10.238.63.14:8083/simBio_JavaSpaces-1.0.jar but replace the codebase with current values. where: 10.238.63.14:8083 is the PC's IP number where the code is located, using port 8083. Typically the client PC. simBio_JavaSpaces-1.0.jar is version 1.0 of simBio_JavaSpacesClient's JAR Archive.

Version:
$Id: Stop.java,v 1.1 2007/12/18 03:14:54 mikaelwing Exp $
Author:
sarai

Constructor Summary
Stop()
           
 
Method Summary
static void main(java.lang.String[] args)
          TODO add feature to list up active servers and workers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stop

public Stop()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
TODO add feature to list up active servers and workers.

Parameters:
args -
Throws:
java.lang.Exception


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.