eu.geclipse.batch.ui
Interface IQueueFigure
public interface IQueueFigure
Interface for a Queue Figure.
setQueueName
void setQueueName(java.lang.String name)
- Parameters:
name - The name of the Queue
setState
void setState(IQueueInfo.QueueState state,
IQueueInfo.QueueRunState runState)
- Parameters:
state - The current operating state.runState - The current run state.
setRunState
void setRunState(IQueueInfo.QueueRunState runState,
IQueueInfo.QueueState state)
- Parameters:
runState - The current run state.state - The current operating state.