Class ClusterCacheInvalidationRequest

  • All Implemented Interfaces:
    Serializable

    public class ClusterCacheInvalidationRequest
    extends org.apache.axis2.clustering.ClusteringMessage
    This is the cluster-wide local cache invalidation message that is sent to all the other nodes in a cluster. This invalidates its own cache. This is based on Axis2 clustering.
    See Also:
    Serialized Form
    • Method Detail

      • 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
      • getResponse

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