GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.spi.failover.always
Interface GridAlwaysFailoverSpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridAlwaysFailoverSpi

public interface GridAlwaysFailoverSpiMBean
extends GridSpiManagementMBean

Management bean for GridAlwaysFailoverSpi.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3

 

Method Summary
 int getMaximumFailoverAttempts()
          Gets maximum number of attempts to execute a failed job on another node.
 int getTotalFailoverJobsCount()
          Get total number of jobs that were failed over.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getMaximumFailoverAttempts

int getMaximumFailoverAttempts()
Gets maximum number of attempts to execute a failed job on another node. If not specified, GridAlwaysFailoverSpi.DFLT_MAX_FAILOVER_ATTEMPTS value will be used.

Returns:
Maximum number of attempts to execute a failed job on another node.

getTotalFailoverJobsCount

int getTotalFailoverJobsCount()
Get total number of jobs that were failed over.

Returns:
Number of failed over jobs.

GridGain™ 2.0.3
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.