Class ConcurrentAccessUpdateClusterMessage
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.apache.axis2.clustering.ClusteringMessage
-
- org.apache.synapse.commons.throttle.core.ConcurrentAccessUpdateClusterMessage
-
- All Implemented Interfaces:
Serializable
public class ConcurrentAccessUpdateClusterMessage extends org.apache.axis2.clustering.ClusteringMessage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcurrentAccessUpdateClusterMessage(String key, Boolean action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.axis2.context.ConfigurationContext configContext)
org.apache.axis2.clustering.ClusteringCommand
getResponse()
-
-
-
Method Detail
-
getResponse
public org.apache.axis2.clustering.ClusteringCommand getResponse()
- Specified by:
getResponse
in classorg.apache.axis2.clustering.ClusteringMessage
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext configContext) throws org.apache.axis2.clustering.ClusteringFault
- Specified by:
execute
in classorg.apache.axis2.clustering.ClusteringCommand
- Throws:
org.apache.axis2.clustering.ClusteringFault
-
-