Hi All,
In a dynamic environment like Stratos2, service *clusters* getting added
to, and removed from, the service topology. There arise a requirement of a
new operation to the ClusteringAgent to remove the unnecessary
GroupManagementAgents.
Following is the skeleton of the new operation. WDYT?
/**
* Remove the {@link GroupManagementAgent} corresponds to an
application domain + sub-domain
* @param applicationDomain The application domain which is handled by
the GroupManagementAgent
* @param applicationSubDomain The application sub-domain which is
handled by the GroupManagementAgent
* @return removed {@link GroupManagementAgent} or <code>null</code> if
no matching {@link GroupManagementAgent}
* found.
*/
GroupManagementAgent removeGroupManagementAgent(String
applicationDomain,
String applicationSubDomain);
--
Thanks & regards,
Nirmal
Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
<http://nirmalfdo.blogspot.com/>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev