Skip to content

Commit 5395719

Browse files
author
Rajith Muditha Attapattu
committed
added the correct methods to ClusterManager
git-svn-id: https://svn.apache.org/repos/asf/webservices/axis2/branches/java@503545 13f79535-47bb-0310-9956-ffa450edef68
1 parent d3673a6 commit 5395719

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

clustering/modules/kernel/src/org/apache/axis2/cluster/ClusterManager.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ public interface ClusterManager {
1010

1111
public void init(ConfigurationContext context);
1212

13-
public void addContext(String name, String id, AbstractContext context);
13+
public void addContext(String contextId, String parentContextId, AbstractContext context);
14+
15+
public void removeContext(String contextId, String parentContextId, AbstractContext context);
1416

1517
public void updateState(ServiceContext ctx);
1618

0 commit comments

Comments
 (0)