org.apache.axis2.clustering.control.wka
Class JoinGroupCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.control.ControlCommand
          extended by org.apache.axis2.clustering.control.wka.JoinGroupCommand
All Implemented Interfaces:
Serializable

public class JoinGroupCommand
extends ControlCommand

This is the message a member will send to another member when it intends to join a group. This is used with WKA based membership

See Also:
Serialized Form

Constructor Summary
JoinGroupCommand()
           
 
Method Summary
 void execute(ConfigurationContext configurationContext)
          Execute this command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinGroupCommand

public JoinGroupCommand()
Method Detail

execute

public void execute(ConfigurationContext configurationContext)
             throws ClusteringFault
Description copied from class: ControlCommand
Execute this command

Specified by:
execute in class ControlCommand
Throws:
ClusteringFault


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