GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.spi.communication.coherence
Interface GridCoherenceCommunicationSpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridCoherenceCommunicationSpi

public interface GridCoherenceCommunicationSpiMBean
extends GridSpiManagementMBean

Management bean that provides access to the Coherence-based communication SPI configuration.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 String getLocalUid()
          Gets Coherence member identifier string representation.
 String getServiceName()
          Gets Coherence service invocation name.
 boolean isAcknowledgment()
          Gets sending acknowledgment property.
 
Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean
getAuthor, getGridGainHome, getLocalNodeId, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion
 

Method Detail

getLocalUid

String getLocalUid()
Gets Coherence member identifier string representation.

Returns:
Coherence member identifier string representation.

isAcknowledgment

boolean isAcknowledgment()
Gets sending acknowledgment property.

Returns:
Sending acknowledgment property.

getServiceName

String getServiceName()
Gets Coherence service invocation name.

Returns:
Coherence service invocation name

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.