GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi.topology.nodefilter
Interface GridNodeFilterTopologySpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridNodeFilterTopologySpi

@GridMBeanDescription(value="MBean that provides access to node filter based topology SPI configuration.")
public interface GridNodeFilterTopologySpiMBean
extends GridSpiManagementMBean

Management bean for GridNodeFilterTopologySpi.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 GridNodeFilter getFilter()
          Gets node filter for nodes to be included into topology.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getFilter

@GridMBeanDescription(value="Node filter for nodes to be included into topology.")
GridNodeFilter getFilter()
Gets node filter for nodes to be included into topology.

Returns:
Node filter for nodes to be included into topology.

GridGain™ 2.1.0
Java API Specification

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