org.apache.axis2.clustering
Interface MessageSender


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-2011 The Apache Software Foundation. All Rights Reserved.