diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-25 12:30:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-25 12:30:14 +0000 |
| commit | 48f511ecb4a772f2cf6048f9b5ddbf9a4e3f9587 (patch) | |
| tree | 7b75738562cf97befd775868670c336995ba0cd1 /cpp/src/qpid/cluster/ClusterHandler.h | |
| parent | cd78f5c69d70b43e5bf82fa9125eb876bc3bbc42 (diff) | |
| download | qpid-python-48f511ecb4a772f2cf6048f9b5ddbf9a4e3f9587.tar.gz | |
Enabled management, add cluster shutdown command.
Remove dead Handler methods in Cluster.
Fixed SessionException handling in broker, was throwing some SessionExceptions as "unknown exception"
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@698945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterHandler.h')
| -rw-r--r-- | cpp/src/qpid/cluster/ClusterHandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/ClusterHandler.h b/cpp/src/qpid/cluster/ClusterHandler.h index ee25b8522b..37b0ed4d79 100644 --- a/cpp/src/qpid/cluster/ClusterHandler.h +++ b/cpp/src/qpid/cluster/ClusterHandler.h @@ -51,6 +51,7 @@ class ClusterHandler virtual void update(const MemberId&, const framing::FieldTable& members, uint64_t dumping) = 0; virtual void dumpRequest(const MemberId&, const std::string& url) = 0; virtual void ready(const MemberId&, const std::string& url) = 0; + virtual void shutdown(const MemberId&); virtual void deliver(Event& e) = 0; // Deliver a connection event. |
