Merge branch 'master' of https://github.com/apache/stratos into tenant-isolation-v1
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c77bc81e Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c77bc81e Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c77bc81e Branch: refs/heads/tenant-isolation Commit: c77bc81ed0df3741c1d593d969064799734774de Parents: d106e8f 31c101f Author: Dinithi <[email protected]> Authored: Fri Jun 26 09:09:53 2015 +0530 Committer: Dinithi <[email protected]> Committed: Fri Jun 26 09:09:53 2015 +0530 ---------------------------------------------------------------------- .../applications/dependency/DependencyTree.java | 12 +- .../AutoscalerTopologyEventReceiver.java | 28 ++-- .../monitor/component/GroupMonitor.java | 15 +- .../component/ParentComponentMonitor.java | 22 +++ .../builder/MonitorStatusEventBuilder.java | 37 ----- .../services/impl/AutoscalerServiceImpl.java | 141 ++++++++++++------- .../stratos/autoscaler/util/AutoscalerUtil.java | 2 +- .../stratos/cli/RestCommandLineService.java | 3 +- .../application/ApplicationEventReceiver.java | 23 ++- .../messaging/topology/TopologyBuilder.java | 9 +- .../rest/endpoint/api/StratosApiV41.java | 8 +- 11 files changed, 185 insertions(+), 115 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c77bc81e/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java ----------------------------------------------------------------------
