summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/agent/ManagementAgent.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/agent/ManagementAgent.h')
-rw-r--r--qpid/cpp/src/qpid/agent/ManagementAgent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/agent/ManagementAgent.h b/qpid/cpp/src/qpid/agent/ManagementAgent.h
index 296bb17e62..c94291c9e7 100644
--- a/qpid/cpp/src/qpid/agent/ManagementAgent.h
+++ b/qpid/cpp/src/qpid/agent/ManagementAgent.h
@@ -24,6 +24,7 @@
#include "qpid/management/ManagementEvent.h"
#include "qpid/management/Manageable.h"
#include "qpid/sys/Mutex.h"
+#include "qpid/client/ConnectionSettings.h"
namespace qpid {
namespace management {
@@ -91,6 +92,11 @@ class ManagementAgent
const std::string& mech = "PLAIN",
const std::string& proto = "tcp") = 0;
+ virtual void init(const client::ConnectionSettings& settings,
+ uint16_t intervalSeconds = 10,
+ bool useExternalThread = false,
+ const std::string& storeFile = "") = 0;
+
// Register a schema with the management agent. This is normally called by the
// package initializer generated by the management code generator.
//