org.apache.axis2.clustering
Interface MessageSender

All Known Implementing Classes:
ChannelSender

public interface MessageSender


Method Summary
 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


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.