You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ra...@apache.org on 2007/02/05 05:13:19 UTC

svn commit: r503545 - /webservices/axis2/branches/java/clustering/modules/kernel/src/org/apache/axis2/cluster/ClusterManager.java

Author: rajith
Date: Sun Feb  4 20:13:18 2007
New Revision: 503545

URL: http://svn.apache.org/viewvc?view=rev&rev=503545
Log:
added the correct methods to ClusterManager

Modified:
    webservices/axis2/branches/java/clustering/modules/kernel/src/org/apache/axis2/cluster/ClusterManager.java

Modified: webservices/axis2/branches/java/clustering/modules/kernel/src/org/apache/axis2/cluster/ClusterManager.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/clustering/modules/kernel/src/org/apache/axis2/cluster/ClusterManager.java?view=diff&rev=503545&r1=503544&r2=503545
==============================================================================
--- webservices/axis2/branches/java/clustering/modules/kernel/src/org/apache/axis2/cluster/ClusterManager.java (original)
+++ webservices/axis2/branches/java/clustering/modules/kernel/src/org/apache/axis2/cluster/ClusterManager.java Sun Feb  4 20:13:18 2007
@@ -10,7 +10,9 @@
 
 	public void init(ConfigurationContext context);
 
-	public void addContext(String name, String id, AbstractContext context);
+	public void addContext(String contextId, String parentContextId, AbstractContext context);
+	
+	public void removeContext(String contextId, String parentContextId, AbstractContext context);
 	
 	public void updateState(ServiceContext ctx);
 	



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org