This closes #149 Merge branch 'app-delete-on-test' of https://github.com/shirolk/stratos into 4.1.0-test
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b1f3b9bd Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b1f3b9bd Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b1f3b9bd Branch: refs/heads/4.1.0-test Commit: b1f3b9bd3064c3352345598128dcb353086a6ab4 Parents: d64f314 1433fc9 Author: reka <[email protected]> Authored: Thu Dec 11 19:24:50 2014 +0530 Committer: reka <[email protected]> Committed: Thu Dec 11 19:24:50 2014 +0530 ---------------------------------------------------------------------- .../autoscaler/api/AutoScalerServiceImpl.java | 3 +- .../applications/topic/ApplicationBuilder.java | 25 ++++-- .../topic/ApplicationsEventPublisher.java | 5 ++ .../application/ApplicationTopicReceiver.java | 14 +-- .../applications/ApplicationDeletedEvent.java | 49 ++++++++++ .../ApplicationDeletedEventListener.java | 27 ++++++ .../ApplicationCreatedMessageProcessor.java | 8 +- .../ApplicationDeletedMessageProcessor.java | 94 ++++++++++++++++++++ .../ApplicationsMessageProcessorChain.java | 6 ++ .../rest/endpoint/api/StratosApiV41.java | 2 +- 10 files changed, 216 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/b1f3b9bd/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/topic/ApplicationBuilder.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/b1f3b9bd/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/topic/ApplicationsEventPublisher.java ----------------------------------------------------------------------
