Package org.apache.axis2.clustering
Interface MessageSender
-
- All Known Implementing Classes:
ChannelSender
public interface MessageSender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendToGroup(ClusteringCommand msg)
void
sendToSelf(ClusteringCommand msg)
-
-
-
Method Detail
-
sendToGroup
void sendToGroup(ClusteringCommand msg) throws ClusteringFault
- Throws:
ClusteringFault
-
sendToSelf
void sendToSelf(ClusteringCommand msg) throws ClusteringFault
- Throws:
ClusteringFault
-
-