|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@GridMBeanDescription(value="MBean that provides access to Mule-based discovry SPI implementation.") public interface GridMuleDiscoverySpiMBean
Management bean for GridMuleDiscoverySpi.
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 |
getComponentName()
Gets name of the component registered in Mule. |
String |
getConfigurationFile()
Gets either absolute or relative to GridGain installation home folder path to Mule XML configuration file. |
String |
getHandshakeEndpointUri()
Gets component inbound endpoint URI for handshake. |
String |
getHeartbeatEndpointUri()
Gets component inbound endpoint URI for heartbeats. |
long |
getHeartbeatFrequency()
Gets delay between heartbeat requests. |
int |
getLeaveAttempts()
Gets number of attempts to notify another nodes that this one is leaving grid. |
int |
getMaximumMissedHeartbeats()
Gets number of heartbeat requests that could be missed before remote node is considered to be failed. |
int |
getRemoteNodeCount()
Gets the number of remote nodes. |
Collection<UUID> |
getRemoteNodeIds()
Gets collection of remote nodes' IDs. |
| Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean |
|---|
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
@GridMBeanDescription(value="Set of remote nodes IDs.") Collection<UUID> getRemoteNodeIds()
@GridMBeanDescription(value="Number of remote nodes.") int getRemoteNodeCount()
@GridMBeanDescription(value="Absolute or relative to GridGain installation home folder path to Mule XML configuration file.") String getConfigurationFile()
@GridMBeanDescription(value="Name of the component registered in Mule.") String getComponentName()
@GridMBeanDescription(value="Component inbound endpoint URI for heartbeats.") String getHeartbeatEndpointUri()
@GridMBeanDescription(value="Component inbound endpoint URI for handshake.") String getHandshakeEndpointUri()
@GridMBeanDescription(value="Delay between heartbeat requests in milliseconds.") long getHeartbeatFrequency()
@GridMBeanDescription(value="Number of heartbeat requests that could be missed before remote node is considered to be failed.") int getMaximumMissedHeartbeats()
@GridMBeanDescription(value="Number of attempts to notify another nodes that this one is leaving grid.") int getLeaveAttempts()
|
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. |
|
|