GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi.checkpoint.gigaspaces
Interface GridGigaSpacesCheckpointSpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridGigaSpacesCheckpointSpi

@GridMBeanDescription(value="MBean provides information about GigaSpaces checkpoint SPI.")
public interface GridGigaSpacesCheckpointSpiMBean
extends GridSpiManagementMBean

Management bean that provides general administrative and configuration information about GigaSpaces checkpoint SPI.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 org.openspaces.core.GigaSpace getSpace()
          Gets space object used by SPI.
 String getSpaceUrl()
          Gets GigaSpaces URL.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getSpaceUrl

@GridMBeanDescription(value="GigaSpaces URL.")
String getSpaceUrl()
Gets GigaSpaces URL.

Returns:
GigaSpaces URL.

getSpace

@GridMBeanDescription(value="Space object to be used by this SPI.")
org.openspaces.core.GigaSpace getSpace()
Gets space object used by SPI.

Returns:
Space object to be used by this SPI.

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.