org.wso2.carbon.url.mapper.clustermessage.commands.add
Class VirtualHostAddRequest

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.ClusteringMessage
          extended by org.wso2.carbon.url.mapper.clustermessage.commands.add.VirtualHostAddRequest
All Implemented Interfaces:
Serializable

public class VirtualHostAddRequest
extends org.apache.axis2.clustering.ClusteringMessage

Cluster command to add host mapping from url-mapper

See Also:
Serialized Form

Constructor Summary
VirtualHostAddRequest(String hostName, String uri, String webappPath)
           
 
Method Summary
 void execute(org.apache.axis2.context.ConfigurationContext configurationContext)
           
 org.apache.axis2.clustering.ClusteringCommand getResponse()
           
 
Methods inherited from class org.apache.axis2.clustering.ClusteringMessage
equals, getTimestamp, getUuid, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualHostAddRequest

public VirtualHostAddRequest(String hostName,
                             String uri,
                             String webappPath)
Method Detail

getResponse

public org.apache.axis2.clustering.ClusteringCommand getResponse()
Specified by:
getResponse in class org.apache.axis2.clustering.ClusteringMessage

execute

public void execute(org.apache.axis2.context.ConfigurationContext configurationContext)
             throws org.apache.axis2.clustering.ClusteringFault
Specified by:
execute in class org.apache.axis2.clustering.ClusteringCommand
Throws:
org.apache.axis2.clustering.ClusteringFault


Copyright © 2015 WSO2. All rights reserved.