net.sf.provisioner.core
Class Producer

java.lang.Object
  extended by net.sf.provisioner.core.Producer

public class Producer
extends java.lang.Object

.

.

Version:
$Revision: 1.1.2.1 $, $Date: 2007/11/12 01:57:27 $
Author:
Gonzalo Espert

Field Summary
 boolean isRunning
           
 
Constructor Summary
Producer(long timeInterval, java.lang.String configPath, int maxConsumers)
          .
 
Method Summary
 void Start(Configuration config)
          Main loop.
 void Stop()
          End of main loop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isRunning

public boolean isRunning
Constructor Detail

Producer

public Producer(long timeInterval,
                java.lang.String configPath,
                int maxConsumers)
.

.

Parameters:
-
Throws:
Method Detail

Start

public void Start(Configuration config)
           throws java.lang.Exception
Main loop.

.

Parameters:
-
Throws:
java.lang.Exception

Stop

public void Stop()
End of main loop.

.

Parameters:
-
Throws:


Copyright © 2007-2008. All Rights Reserved.