2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.helper.task
Class AbstractSerialStarter

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.helper.task.AbstractSerialStarter
All Implemented Interfaces:
ISerialStarter

public abstract class AbstractSerialStarter
extends java.lang.Object
implements ISerialStarter

Since:
1.0
Version:
1.2.0

Constructor Summary
AbstractSerialStarter()
           
 
Method Summary
 boolean hasMoreTask()
          Gets the more task (boolean) value.
 void reset(java.util.List parameters)
          Reset with the specified parameters parameter.
protected abstract  void start(java.util.Map parameter)
          Start with the specified parameter parameter.
 boolean startNext()
          Start next and return the boolean result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSerialStarter

public AbstractSerialStarter()
Method Detail

hasMoreTask

public boolean hasMoreTask()
Gets the more task (boolean) value.

Specified by:
hasMoreTask in interface ISerialStarter
Returns:
The more task (boolean) value.

reset

public void reset(java.util.List parameters)
Reset with the specified parameters parameter.

Specified by:
reset in interface ISerialStarter
Parameters:
parameters - The parameters (List) parameter.

start

protected abstract void start(java.util.Map parameter)
Start with the specified parameter parameter.

Parameters:
parameter - The parameter (Map) parameter.

startNext

public boolean startNext()
Start next and return the boolean result.

Specified by:
startNext in interface ISerialStarter
Returns:
Results of the start next (boolean) value.

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.