1.0.0

org.eclipse.soda.dk.core
Class Worker

java.lang.Object
  extended by org.eclipse.soda.dk.core.Worker

public class Worker
extends java.lang.Object

Version:
1.0.0

Constructor Summary
Worker(java.lang.String name, WorkerService work)
          Constructs an instance of this class from the specified name and work parameters.
 
Method Summary
 boolean isRunning()
          Gets the running (boolean) value.
protected  void process()
          Process.
 void start()
          Start.
 void stop()
          Stop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Worker

public Worker(java.lang.String name,
              WorkerService work)
Constructs an instance of this class from the specified name and work parameters.

Parameters:
name - The name (String) parameter.
work - The work (WorkerService) parameter.
Method Detail

isRunning

public boolean isRunning()
Gets the running (boolean) value.

Returns:
The running (boolean) value.

process

protected void process()
Process.


start

public void start()
Start.


stop

public void stop()
Stop.


1.0.0

Copyright (c) 1999, 2007 IBM