|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Apache20LicenseCompatible public interface GridSpiManagementMBean
This interface defines basic MBean for all SPI implementations. Every SPI implementation
should provide implementation for this MBean interface. Note that SPI implementation can extend this
interface as necessary.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

| Method Summary | |
|---|---|
String |
getAuthor()
Gets SPI provider's author. |
String |
getGridGainHome()
Gets Gridgain installation home folder (i.e. |
UUID |
getLocalNodeId()
Gets ID of the local node. |
String |
getName()
Gets name of the SPI. |
long |
getStartTimestamp()
Get start timestamp of this SPI. |
String |
getStartTimestampFormatted()
Gets string presentation of the start timestamp. |
long |
getUpTime()
Gets up-time of this SPI in ms. |
String |
getUpTimeFormatted()
Gets string presentation of up-time for this SPI. |
String |
getVendorEmail()
Gets vendor's email (info or support). |
String |
getVendorUrl()
Gets vendor's URL. |
String |
getVersion()
Gets SPI implementation version. |
| Method Detail |
|---|
@GridMBeanDescription(value="SPI provider\'s author.") String getAuthor()
@GridMBeanDescription(value="Vendor\'s URL.") String getVendorUrl()
@GridMBeanDescription(value="Vendor\'s email (info or support).") String getVendorEmail()
@GridMBeanDescription(value="SPI implementation version.") String getVersion()
@GridMBeanDescription(value="String presentation of the start timestamp.") String getStartTimestampFormatted()
@GridMBeanDescription(value="String presentation of up-time for this SPI.") String getUpTimeFormatted()
@GridMBeanDescription(value="Start timestamp of this SPI.") long getStartTimestamp()
@GridMBeanDescription(value="Up-time of this SPI in ms.") long getUpTime()
@GridMBeanDescription(value="Gridgain installation home folder.") String getGridGainHome()
@GridMBeanDescription(value="ID of the local node.") UUID getLocalNodeId()
@GridMBeanDescription(value="Name of the SPI.") String getName()
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|