GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.spi.discovery.jboss
Interface GridJbossDiscoverySpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridJbossDiscoverySpi

public interface GridJbossDiscoverySpiMBean
extends GridSpiManagementMBean

Management bean for GridJbossDiscoverySpi.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 long getMetricsFrequency()
          Gets delay between metrics requests.
 int getRemoteNodeCount()
          Gets the number of remote nodes.
 Collection<UUID> getRemoteNodeIds()
          Gets a collection of remote nodes' IDs.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getRemoteNodeIds

Collection<UUID> getRemoteNodeIds()
Gets a collection of remote nodes' IDs.

Returns:
Collection of remote nodes IDs.

getRemoteNodeCount

int getRemoteNodeCount()
Gets the number of remote nodes.

Returns:
Number of remote nodes.

getMetricsFrequency

long getMetricsFrequency()
Gets delay between metrics requests. SPI sends broadcast messages in configurable time interval to another nodes to notify them about node metrics.

Returns:
Time period in milliseconds.

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.