GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.spi.topology.basic
Interface GridBasicTopologySpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridBasicTopologySpi

public interface GridBasicTopologySpiMBean
extends GridSpiManagementMBean

Management bean for GridBasicTopologySpi.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 boolean isLocalNode()
          Indicates whether or not to return local node.
 boolean isRemoteNodes()
          Indicates whether or not to return remote nodes.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

isRemoteNodes

boolean isRemoteNodes()
Indicates whether or not to return remote nodes.

Returns:
Whether or not to return remote nodes.

isLocalNode

boolean isLocalNode()
Indicates whether or not to return local node.

Returns:
Whether or not to return local node.

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.