GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi.communication.mule
Interface GridMuleCommunicationSpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridMuleCommunicationSpi

@GridMBeanDescription(value="MBean that provides access to the Mule communication SPI configuration.")
public interface GridMuleCommunicationSpiMBean
extends GridSpiManagementMBean

Management bean that provides read-only access to the Mule communication SPI configuration.



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 for the component registered in Mule configuration.
 String getConfigurationFile()
          Gets either absolute or relative to GridGain installation home folder path to Mule XML configuration file.
 String getEndpointUri()
          Gets component input endpoint URI.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getConfigurationFile

@GridMBeanDescription(value="Path to Mule configuration file.")
String getConfigurationFile()
Gets either absolute or relative to GridGain installation home folder path to Mule XML configuration file.

Returns:
Path to Mule configuration file.

getComponentName

@GridMBeanDescription(value="Name of the component.")
String getComponentName()
Gets name for the component registered in Mule configuration.

Returns:
Name of the component.

getEndpointUri

@GridMBeanDescription(value="Input endpoint URI.")
String getEndpointUri()
Gets component input endpoint URI.

Returns:
Input endpoint URI.

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.