2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.helper.task
Interface ISerialStarter

All Known Implementing Classes:
AbstractSerialStarter

public interface ISerialStarter

Since:
1.0
Version:
1.2.0

Method Summary
 boolean hasMoreTask()
          Gets the more task (boolean) value.
 void reset(java.util.List parameters)
          Reset with the specified parameters parameter.
 boolean startNext()
          Start next and return the boolean result.
 

Method Detail

hasMoreTask

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

Returns:
The more task (boolean) value.

reset

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

Parameters:
parameters - The parameters (List) parameter.

startNext

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

Returns:
Results of the start next (boolean) value.

2009-10-01 1.2.0

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