com.hp.ucmdb.api.discovery.types
Interface DiscoveryProgress

All Superinterfaces:
java.io.Serializable

public interface DiscoveryProgress
extends java.io.Serializable

The current state of the DDM system.


Method Summary
 int failedCount()
          Returns the number of tasks that were terminated with errors.
 int pendingCount()
          Returns the number of tasks not yet executed.
 int successCount()
          Returns the number of tasks that were successfully ran to completion.
 int totalCount()
          Returns the total number of tasks in the system.
 

Method Detail

pendingCount

int pendingCount()
Returns the number of tasks not yet executed.

Returns:
the number of tasks not yet executed.

successCount

int successCount()
Returns the number of tasks that were successfully ran to completion.

Returns:
the number of tasks that were successfully ran to completion.

failedCount

int failedCount()
Returns the number of tasks that were terminated with errors.

Returns:
the number of tasks that were terminated with errors.

totalCount

int totalCount()
Returns the total number of tasks in the system.

Returns:
the total number of tasks in the system.


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.