org.simBio.sim.js
Class Retriever

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

public class Retriever
extends java.lang.Object

Workerを生成して、直前にJSEntryから投げられたRequestを全て回収する。 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: Retriever.java,v 1.2 2008/01/10 09:35:06 mikaelwing Exp $
Author:
sarai

Constructor Summary
Retriever()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Retriever

public Retriever()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception


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