You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/01/04 09:27:36 UTC

[10/12] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos into persistence

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos into persistence


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/1afbb1fd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1afbb1fd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1afbb1fd

Branch: refs/heads/master
Commit: 1afbb1fda097b9ef0f6213c1c3fb337d6199bbfc
Parents: 8f562d2 f413fdc
Author: Isuru <is...@wso2.com>
Authored: Fri Jan 3 20:06:36 2014 +0530
Committer: Isuru <is...@wso2.com>
Committed: Fri Jan 3 20:06:36 2014 +0530

----------------------------------------------------------------------
 .../stratos/cartridge/agent/CartridgeAgent.java |  27 +++-
 .../publisher/CartridgeAgentEventPublisher.java |  27 ++++
 .../InstanceStatusEventMessageDelegator.java    |   7 +-
 .../controller/topology/TopologyBuilder.java    |  47 ++++++
 .../topology/TopologyEventPublisher.java        |  12 +-
 .../instance/notifier/InstanceCleanupEvent.java |   9 ++
 .../status/InstanceReadyToShutdownEvent.java    |   4 +
 .../instance/status/InstanceStartedEvent.java   |   4 +-
 .../topology/MemberReadyToShutdownEvent.java    |  61 ++++++++
 .../notifier/InstanceCleanupEventListener.java  |  25 ++++
 .../MemberReadyToShutdownEventListener.java     |  25 ++++
 ...InstanceCleanupNotifierMessageProcessor.java |  55 +++++++
 .../InstanceNotifierMessageProcessorChain.java  |   6 +
 .../MemberReadyToShutdownMessageProcessor.java  | 146 +++++++++++++++++++
 .../topology/TopologyMessageProcessorChain.java |   6 +
 15 files changed, 452 insertions(+), 9 deletions(-)
----------------------------------------------------------------------