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 © 2007 Apache Web Services Project. All Rights Reserved.