Package org.apache.axis2.cluster.context

Examples of org.apache.axis2.cluster.context.ContextManager.updateState()


        //Calling the ClusterManager probably to replicate the updated state of the context.
        if (clusterManager != null) {
          ContextManager contextManager = clusterManager.getContextManager();
          if (contextManager!=null && contextManager.isContextClusterable (this))
            contextManager.updateState(this);
        }

        //Other logic needed for flushing the contexts
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.