org.simBio.sim.js
Class ProcessorImpl

java.lang.Object
  extended by org.simBio.sim.js.ProcessorImpl
All Implemented Interfaces:
Processor

public class ProcessorImpl
extends java.lang.Object
implements Processor

Default processor of the job requested.

Version:
$Id: ProcessorImpl.java,v 1.1 2007/12/18 04:55:58 mikaelwing Exp $
Author:
sarai

Constructor Summary
ProcessorImpl()
           
 
Method Summary
 void process(Request request, JavaSpace space, Worker counter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorImpl

public ProcessorImpl()
Method Detail

process

public final void process(Request request,
                          JavaSpace space,
                          Worker counter)
Specified by:
process in interface Processor
Parameters:
request - to be processed
space - to be send a result
counter - is called after processing is over.


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