GridGain™ 2.0.3
Java API Specification

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

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridGigaSpacesCheckpointSpi

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.0.3

 

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, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getSpaceUrl

String getSpaceUrl()
Gets GigaSpaces URL.

Returns:
GigaSpaces URL.

getSpace

org.openspaces.core.GigaSpace getSpace()
Gets space object used by SPI.

Returns:
Space object.

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.