|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridgain.grid.spi.communication.mule.GridMuleCommunicationComponent
public class GridMuleCommunicationComponent
This component should be registered in Mule configuration.
It is used by SPI for getting notifications from Mule.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0
![]() |
![]() |
| Constructor Summary | |
|---|---|
GridMuleCommunicationComponent()
|
|
| Method Summary | |
|---|---|
Properties |
getProperties()
Gets component properties. |
void |
onMessage(byte[] msg)
Called by Mule when new message received. |
void |
setListener(org.gridgain.grid.spi.communication.mule.GridMuleCommunicationComponentListener listener)
Sets SPI listener. |
void |
setProperties(Properties props)
Sets component properties. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridMuleCommunicationComponent()
| Method Detail |
|---|
public void setListener(org.gridgain.grid.spi.communication.mule.GridMuleCommunicationComponentListener listener)
listener - SPI listener.public void onMessage(byte[] msg)
msg - Message being received.public Properties getProperties()
public void setProperties(Properties props)
props - Component properties.public String toString()
toString in class Object
|
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. |
|
|