lumis.portal.processqueue
Interface IQueueStatistics

Package class diagram package IQueueStatistics
All Known Implementing Classes:
QueueStatistics

public interface IQueueStatistics

Interface that represents the overall state of the queue.

Since:
6.1.0

Method Summary
 int getFailed()
          Returns the amount of process in Failed status in the queue.
 int getQueued()
          Returns the amount of process in Queued status in the queue.
 int getRunning()
          Returns the amount of process in Running status in the queue.
 int getScheduled()
          Returns the amount of process in Scheduled status in the queue.
 int getTotal()
          Returns the total amount of processes in the queue.
 

Method Detail

getScheduled

int getScheduled()
Returns the amount of process in Scheduled status in the queue.

Returns:
number of processes in scheduled state.
Since:
6.1.0

getQueued

int getQueued()
Returns the amount of process in Queued status in the queue.

Returns:
number of processes in queued state.
Since:
6.1.0

getRunning

int getRunning()
Returns the amount of process in Running status in the queue.

Returns:
number of processes in running state.
Since:
6.1.0

getFailed

int getFailed()
Returns the amount of process in Failed status in the queue.

Returns:
number of processes in failed state.
Since:
6.1.0

getTotal

int getTotal()
Returns the total amount of processes in the queue.

Returns:
number of processes in the queue.
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.